hello,
I am using Simcoder to generate code for 28335,taking the '1-ph PWM with dc input' for example,which I set the PWM1 to generate PWM, the project can be built and run without errors.But there are no PWM in PWM1 channel.
I found there were lots of functions beginning with PS,such as,PS_SysInit(),PS_InitTimer,but I cannot find where on earth are the funtions implemented.
So I tried to debug the project and step into the functions to have a look,but I found nothing but errors.
I want to ask what is going on with these functions,do I lack some files?
Thanks.