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: Interrupt Configuration

Part Number: AM2634


Hello,

Is there any separate module names ISR for configuring interrupts? O got to know that TI AM263 supports interrupt configuration like Autosar OS. 

Could you please explain how to configure interrupts in Am2634 using EB tresos.

We are using MCAL_AM263x_08.06.02.

Thanks and Regards

Aswathy J G

  • Hi Aswathy,

    There is not EB tresos support for Interrrupt registration. The existing MCAL apps use a module named "sys_vim" (MCAL's driver layer for VIM peripheral) in the example apps to do the interrupt registration as shown below.

    Every example has a similar InterruptConfig function.

    Thanks