Other Parts Discussed in Thread: SYSCONFIG, , C2000WARE
Hello Team,
I am working on TMS320F28375S with ccs 12.6.0. I am using inbuilt sysconfig (1.19.0) of ccs. I am facing problem in delay generation and also in PWM. I am explaining my problem in detail.
(1) the PWM which I am getting are the Half of what I am setting in sysconfig.
my Ftbclk is 200 MHz. (TimeBase Clk Divider = 1 and HighSpeed Clk Divider = 1)
with the help of above formula, I set the value of Time Base Period as 5000 to generate 10KHz frequency.
Counter mode = up-down count mode.
but I am getting only 5KHz by above settings.
(2) I am using FreeRTOS in my project with cpu clock as 200MHz and tick rate as 1000.
I have set the delay of 100ms in vTaskDelay function but i am getting 200ms delay.
can anybody please help me with this?