Hello
I am trying to read a multiplexed button matrix, using the BSP button interrupt example. I am doing this on a custom made PCB with an NRF52840 on-board. This is my code in the gpio_init() function:
When using only one button in the code, it works perfectly. However, as soon as I use the code above and go into debug mode, I get stuck on NRF_BREAKPOINT_COND. I have seen this error popping up with UART, but it is not yet configured. What might be the cause of this?