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.
I have a GPIOF_Handler function. Inside this function, i need to know if a sw1(PF4) is pressed or if a sw2(PF0) is pressed, and then, execute a code properly. How i do this without using libraries? Using only
"TM4C123GH6PM.h", <stdint.h> and <stdbool.h>?
Thank's
Here is a CCS project that is similar to what you want. It does use TivaWare function calls.
/cfs-file/__key/communityserver-discussions-components-files/908/EK_2D00_GPIO_5F00_Interrupts.zip