I want to start pwm before main function. How can i do that ? I want to call with startup not after..
May be this isnt pwm, it's might be digital output or something....
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to start pwm before main function. How can i do that ? I want to call with startup not after..
May be this isnt pwm, it's might be digital output or something....
Hi,
You can put this code after muxInit in the user code section before the call to main() if that helps.
Is that what you are trying to accomplish?
i want to start my code once device power. i want to use tms570ls3137 in uav as safety backup mcu. so when the main mcu is broken, tms must be work immediately.