Tool/software: TI-RTOS
Hello.
I set up the TIDEP0025 demo and it runs well with Endat encoder.
Currently, TIDEP0025 demo runs over 10kHz PWM frequency.
I would like to run the TIDEP0025 demo over 33.3kHz PWM frequency like the benchmark setup described in tidu701.pdf.
So I modified as below, but motor didn't rotate and D15 LED lighted up.
#define PWM_PERIOD 30000 //30us for 33.3KHz
//#define PWM_PERIOD 40000 //40us for 25 KHz - Does not work
//#define PWM_PERIOD 50000 //50us for 20KHz
//#define PWM_PERIOD 100000 //100us for 10KHz
1.Could you tell me how to run the TIDEP0025 demo properly over 33.3kHz PWM frequency?
2.Could you tell me why 25kHz PWM frequency does not work?
3.Is it possible to run the TIDEP0025 demo at 47kHz PWM frequency with my current hardware setup?
Regards,
U-SK