This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220S: GPIO Interrupt Priorities

Part Number: CC3220S

HI,

I have sensor board communicating to CC3220S over GPIO lines (proprietary 2 wire communication clock and data). Senor board is the master and CC3220S is slave.

GPIO lines are configured as Interrupts and CC3220S receives Data from Sensor board according to the interrupts on GPIO lines.

Every thing works fine in normal operation and cc3220S is connected to cloud using web socket communication for data transmission.

when CC3220S is transmitting data to cloud using sl_send() call and if during this time sensor board is trying to send the data GPIO interrupts are not received.

How do i configure GPIO interrupts to high priority interrpts than sl_send().

sensor communication and Network task are running in 2 different threads.

Regards

Nikhil