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.

Compiler/EVMK2H: OSAL Nonos Usage

Part Number: EVMK2H

Tool/software: TI C/C++ Compiler

Hey All,

So I ran into a curious problem today, I got timer interrupt, and a GPIO interrupt running using the OSAL working independently. I tried to merge the two together to have the timer interrupt  trigger a GPIO interrupt but it seems that only the timer interrupt is triggered. The timer ISR calls the OSAL to toggle and LED but never triggers the GPIO. I tried stepping through the code but it seems to never run back to main. Does any one have any thoughts on this?