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?