Hi,
I'm new to the DSP world and my only training was the system integration workshop. I'm trying to add an interrupt handler for a GPIO pin to an application running a basic TCP/IP socket program using the NDK. When running the application without the network task started my interrupt gets trigerred. (It is using event 61 on HWI 5 via the DSP/BIOS). As soon as I start the task running the network support, the interrupt stops getting triggered. Does the NDK somehow mask the interrupts? How do I re enable them?
Thanks,
dp63