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.

F28335 User-Defined Trap

Other Parts Discussed in Thread: TMS320F28335

I am using the TMS320F28335 and I am trying to create a software interrupt using the interrupt USER1 (ID = 20/Address = 0x0000 0D28). However, I have not found documentation related to the use of user traps. What I want to do is to post a interrupt inside a hardware interrupt, such that, after the completion of the Hardware ISR, the user interrupt is served. By the way, I want to avoid to use SYS/BIOS.

Regards