Missing Header files?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello - I encountered apparent missing header issues in following PSoC6 101  example videos when implementing instructions to modify " main_cm0p" with   "PWM_Start();"  and  "Cy_SysPM_Sleep(CY_SYSPM_STATUS_CMO_SLEEP);"    

Then I could not successfully build the project.

In both cases the error report was "use of undeclared identifier" referring to the functions "PWM_Start()" etc.     

How to I initialize the correct header files? or is there another issue?

Thanks  -   Chris Tupper

0 Likes
1 Solution
Anonymous
Not applicable

OK live and learn...  I had named the schematic PWM instance as PWMa and "PWM_Start();" did not reference "PWMa"

View solution in original post

0 Likes
1 Reply
Anonymous
Not applicable

OK live and learn...  I had named the schematic PWM instance as PWMa and "PWM_Start();" did not reference "PWMa"

0 Likes