Hi,
I use a mcu nRF52840 on a personal card for a project and we are stuck on interruptions: hardware pin and timer. I use the lib "nrfx" for future accounting purposes. I took the example code from the library "nrf" located at
*nRF5_SDK_15.3.0_59ac345\examples\peripheral\pin_change_int*
and I converted it with the nrfx library.
The execution of this code does not cause any interruption, however, LED number 2 changes state when button 0 is pressed, which attests to the change in the state.
Given the problems I have with both the hardware and timer interruptions, we must have missed a step in the configuration of the mcu. Can you enlighten me on this subject? What more needs to be done to allow interruptions?
Another question: I can't find an example with the nrfx library. Is that normal? Do you have a link to "official" examples using this library?
Thank you very much!