Hi,
I'm programming a custom board based on Taiyo-Yuden EYSHSNZWZ module (with nRF52832).
I'm using the secure_bootloader example from SDK for OTA DFU, in order to flash the main application.
The main application makes use of a GPIO interrupt line, but no interrupts are fired, even if I try to rise up "manually" the pin voltage level.
The same code works fine on another nRF52832-based board (with different bootloader)
Should I modify the bootloader code? If so, how?
Thanks in advance for your help!