I am working through the TIRTOS examples to learn TI-RTOS, SYSBIOS, XDCTOOLS, etc. I am on the GPIO interrupt example and I have a problem. I am using CCS v5.3, the latest version of TIRTOS and a DK-LM3S9B96 dev kit board.
I am able to recompile, load, and download the .out file to the board and run it in debug mode. When I hit the user button slowly, the led toggles (as it should). However, when I hit the user button faster, the led misses some of the button presses.
Is there some implicit timing built into TIRTOS or the driver? I need t be able to trust an interrupt to work every time or I will revert back to polling.
BillP