X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=doc%2Fopenocd.texi;h=814a239ac8b8f391cea0e1d4dd3049bfe4405975;hp=76e335b8f23c2466606b37baaa65a18b4b759223;hb=7e4fb975597854b6889938facdf43d8e52505566;hpb=de4a2189a52048403add24b3a65379eb6f64fa45 diff --git a/doc/openocd.texi b/doc/openocd.texi index 76e335b8f2..814a239ac8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5687,6 +5687,23 @@ unlock str9 device. @end deffn +@deffn {Flash Driver} nrf51 +All members of the nRF51 microcontroller families from Nordic Semiconductor +include internal flash and use ARM Cortex-M0 core. + +@example +flash bank $_FLASHNAME nrf51 0 0x00000000 0 0 $_TARGETNAME +@end example + +Some nrf51-specific commands are defined: + +@deffn Command {nrf51 mass_erase} +Erases the contents of the code memory and user information +configuration registers as well. It must be noted that this command +works only for chips that do not have factory pre-programmed region 0 +code. +@end deffn +@end deffn @section mFlash