I am currently trying to implement GPIO push button interrupts into my MCASP project. The MCASP project I am working on is based off of the MCASP example project. It also already interacts with the push buttons, but not through the use of interrupts.
I managed to get the push buttons working as interrupts in the GPIO example project as a start, but when moving into the MCASP project I am unable to get them functioning.
I reviewed the GPIO documentation and the methods used in the GPIO example project and I believe I have it set up correctly in my MCASP project. This includes calling the setup functions and modifying the gpioPinConfigs and gpioCallbackFunctions in GPIO_board.c.
My question is: Is there anything that is specific to the MCASP example project that would restrict GPIO interrupts from working? Are there any modifications that I need to make to the .cfg file other than loading the GPIO package?
Thank you