I'm porting some code over to the OMAP-L137 EVM board for testing. DSP side is fully functional but having some problems with the AINTC of the ARM side. Everything looks like it should be firing off an interrupt but never seems to get generated although vector is pending. Just testing a quick timer tick routine. HIER is set to 0x03, GER to 0x01 for host interrupt enables and system bits all look OK. CPSR enabled for IRQ/FIQ. Thus missing something real simple. Anyone know where there is some sample code to reference for interrupt initialization? I tried to reference the early Linux release but that is for DaVinci. Vector is sitting in HIPVR2 and GPVR but just not getting IRQ service request.
Thanks,
Kev