the code is getting stuck checking for active interrupts in alt_irq_handler().
there is always interrupt 16 pending. When the ISR for this irq is called, the interrupt is never cleared and the program hangs. This is bit 4. I have IRQ 4 assigned to a full featured 1us timer core.
Can anyone help me with this. I am getting stuck before hitting main() inside alt_irq_handler() with my timer always interrupting. I am using the standard hello microc osII project with the correct timer and jtaguart cores specified in the library settings. does this project expect a ms timer?