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.

UART implementation using HET Timer. Trying to achieve 208us using HET

Other Parts Discussed in Thread: TMS470R1B1M

I am trying to implement UART using HET timer. Required baud rate is 2400 (i.e. 416us/bit). During receive I am receiving an falling edge interrupt from GPIO. When I receive this interrupt, i need to start HET timer and get an interrupt at 208us. Have difficulty achieving this.

Is there a minimum time to get an interrupt using HET timer?

Do you have any sample code that you can share?

My sysclock = 7.2738 MHz and iclk=3.686 MHz

Prasad