Modus Toolbox Trainng Chap 2 Secction 2.3.2.2 PDL Peripherals

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

cross mob
lock attach
Attachments are accessible only for community members.
Grama
Level 1
Level 1
First like given First question asked Welcome!

Hello

New to Modus and stepping thru training. Working on the PWM to GPIO lab.

I get an error othat it cannot find the Cy_TCPWM_MyPwm_Init funtion.

Where did the DeviceC onfigurator (Ver 3.10)create this function?

 

0 Likes
1 Solution
LeoMathews
Moderator
Moderator
Moderator
First question asked 500 replies posted 100 solutions authored

Hi @Grama 

The function name used in your project is not available in the PDL library as the function name itself is customized. Please use the function Cy_TCPWM_PWM_Init() as mentioned in the PDL library to initialize the TCPWM.

Hope this helps

Thanks and regards

Leo

View solution in original post

1 Reply
LeoMathews
Moderator
Moderator
Moderator
First question asked 500 replies posted 100 solutions authored

Hi @Grama 

The function name used in your project is not available in the PDL library as the function name itself is customized. Please use the function Cy_TCPWM_PWM_Init() as mentioned in the PDL library to initialize the TCPWM.

Hope this helps

Thanks and regards

Leo