NRF54H20 GPIO CONFIG ISSUE

Hi,

     I used the NCS SDK, the sdk version number is v2.7.99-cs2, and the chip I tested is NRF54H20.

     I used registers to configure GPIO. I tested GPIO P1.00, P1.01, and P1.02,These three GPIOs were configured as output, and then flipped every 100ms in the main loop, I found that these three GPIOs did not take effect, this is the program I configured:

   

   PS: I don't want to use the configuration method in GPIo.h in the NCS SDK, I want to use the register to configure GPIO myself, is there anything wrong with my method?

     

Related