I am migrating one of Segger Embedded Studio based project to NRF Connect SDK for nrf53 series of board.
I migrated the function that uses GPIOTE feature using relevant APIs. However, it's not working as expected. I wasn't able to find any example codes as well on this.
Below is my code. I am trying to set a LED to high when the event (LOTOHI) is triggered on TEST_PIN. However, when there is a state change from Low-High on TEST_PIN, the control isnt entering the handler function. I needed some help in correcting the code if something is incorrect in the way I have configured GPIOTE in the code.
My prj.conf has CONFIG_NRFX_GPIOTE=y included