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.

CCS/TMS570LS3137: TMS570LS3137 RTI systick

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN, EM1402EVM,

Tool/software: Code Composer Studio

Hi, 

i want to know how to enable RTI timer interrupt in HALCOGEN to maintain active cell balancing(ACB) timer tick?

i am using TMS570LS3137 controller to command EM1402EVM for cell balancing.

  • Hi Gargi,

    The HALCoGen has an example of setting HALCoGen to generate RTI interrupt routine. In the RTI ISR, the led is blinking.

    HALCoGen --> Help -> Help Topics --> Examples (left panel) -->Example_rtiBlinky.c

    The window will show you the steps to to create an example application which toggles the High End Timer (HET) pin 1 based on an RTI timer compare 0 tick of one second.