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.

TMS320F280049C: Default Interrupt Service Routines file

Part Number: TMS320F280049C

Hi Champ,

I am asking for my customer.

They are recently moving the coding style from bit-field to driverlib. 

In bit-field, since there is a default ISR file "F28004x_DefaultISR.c" including all the ISR handlers including exception ISRs.

Does driverlib have the same file for showing all ISR handler, including exception ISRs ? Is it corresponding to the interrupt.c file ? 

Thanks and regards,

Johnny

  • Johnny, 

    Interrupt.c has a function "Interrupt_initVectorTable" which initializes the PIEVECTTABLE . All the interrupt vectors are initialized to "Interrupt_defaultHandler" in this function. 

    The exception handlers like Interrupt_illegalOperationHandler,  Interrupt_nmiHandler are available in this file.  User can create his own ISR function and register it using the Interrupt_register function. 

    Best Regards

    Siddharth