gpios set pin got "Halting system" in NCS1.9.1

Hello,

NCS1.9.1, nRF52840DK, Windows10 X64, VSCode,

in file overlay:

gpios = <&gpio0 0x21 GPIO_ACTIVE_LOW>;  //P1.01    error
gpios = <&gpio0 0x13 GPIO_ACTIVE_LOW>;  //P0.19    ok
when the pin set it 0x21 will got error  "Halting system"
but set to 0x13 it runing ok.
why? 

   

thanks 

Best Regards

Parents Reply Children
Related