Tool/software: Code Composer Studio
I want to use the function "pwmGetSignal()" to get current duty and period of the given PWM signal, the program is like below:
and I monitor the value by CAN message. But I do not get the needed result. (The right result should be 0x32/0xe8/0x03 in last three Bytes). The given duty is 50% and period is 1000 us.
I don't know what's the reason.


