Part Number: CC3200
Hello,
We are using CC3200MOD for one of our IOT projects where we need to post some data to a server and at the same time, we could incur an interrupt on one of our pins and we need to capture the same (edge triggered). I have set the highest priority to the interrupt but still we observe that when the communication with server is going on, the interrupt is missed and ISR is not executed. If the interrupt occurs during any other time, then everything works fine. Am I missing something here? How can I ensure that an interrupt is captured even when a communication (essentially a GET command) with server is in progress?
Regards,
Shankar