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.

interrupt code without polling

Other Parts Discussed in Thread: CC2538, CC2538-SW

Hi

can anyone give a snippet code for cc2538 board for interrupt without polling....?

I have seen a sample code for gpio but that code uses polling method which is not usable for my project.....

  • You can download and install CC2538 Foundation Firmware from http://www.ti.com/tool/cc2538-sw. There is a GPIO example at C:\Texas Instruments\swrc271a\cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\examples\gpio\ for your reference.