NRF52833 unable to use reset pin (P0.18) as RESET?

Hi,

I have a custom EVB from Taiyo (EYSPBNZUA), https://www.yuden.co.jp/jp/product/category/module/img/TY_BLE_EYSPBNZUA_DataReport_V1_0_20201019E.pdf

When I press the RESET button, there is no response from the EVB. This reset button connects to P0.18. 

 

I read a few posts and get quite confused. Not sure how to configure the board to have this RESET pin functional?

Thanks,

Neo

Parents Reply
  • I executed the below command and it returns a different value. It makes no difference on device behavior. 

     

    $ nrfjprog --memrd 0x10001200 --w 32 --n 8

    0x10001200: 00000010 00000010                     |........|

    $ nrfjprog --pinresetenable

    Enabling pin reset.

    $ nrfjprog --memrd 0x10001200 --w 32 --n 8

    0x10001200: 00000010 00000010                     |........|

    Meanwhile, this command can reset the device properly. I can see the reset behavior. 

    $ nrfjprog --debugreset

    Applying debug reset.

Children
Related