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.

RTOS/TMS320F28377S: Timer in SYS/BIOS

Part Number: TMS320F28377S


Tool/software: TI-RTOS

Hi,

I used the timer module to generate software interrupt. I used .cfg UI to configure my timer.

I did setup for 100ms. (Timer Id :0, Period: 100000 us, Start mode timer starts automatically, Run mode: periodic and continuous, Prescalar factor:0)

For testing, I toggled a GPIO and measured the time using oscilloscope. I read 24.2 us (micro second) instead of 100ms. The system clock was set to 200MHz.

Do I need to use the pre-scalar? or any tick calculations?

Thanks

AJ