1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

dist/tools/nrf52_resetpin_cfg: add revision warning

This commit is contained in:
crasbe 2024-11-19 17:07:02 +01:00
parent 291bfeced6
commit 0c89794145

View File

@ -5,6 +5,10 @@ Simply compile, flash, and run this tool on your nRF52x-based board. It will
program the given `RESET_PIN` into the NRF_UICR->PSELRESET registers, hence
allowing for hardware resets using a button connected to that pin.
> [!WARNING]
> This tool only works with early nRF52 chips with build codes before Fxx.
> Later build codes automatically erase the UICR register on each flashing
> operation.
Context
=======