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.

AM2634: Use additional functionality in the RTI module when it is assigned as the "Clock" for a core

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG

I'm configuring an application that uses all four R5F cores independently.  In SYSCONFIG, each core is automatically assigned an RTI instance for the clocking.  However, the Clock configuration in SYSCONFIG only allows the timer tick to be set up.  In addition, I can't find how to assign a function to this timer tick when the event happens.  I would also like to set up other compare events in the same RTI module, but if I try to assign an RTI module to one of the cores to allow me to set up the compare events, it throws an error because all of the RTI modules are consumed by the cores. 

  • Hi James,

    but if I try to assign an RTI module to one of the cores to allow me to set up the compare events, it throws an error because all of the RTI modules are consumed by the cores. 

    This is a known limitation we need to live with currentky for AM263x MCU's as there are no extra RTI instances to be used as Timers. 

    I would also like to set up other compare events in the same RTI module

    This is already demonstrated in the rti_blink example in the MCU+SDK, you can configure multiple callbacks, multiple compare events for the same counter blocks. 

    Hope this helps.

    Thanks,
    G Kowshik