X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2Fopenocd.texi;h=9c94c7168e98ddf98a16e28bd6635dc40a7d49f8;hb=385eedfc6f0b82c5d6715c740ee40bdce983ef04;hp=2759a39d33041e760c6adfa3c61379fd8c14f586;hpb=a098816a6557e5882bf088ab12a06b94934f30ce;p=fw%2Fopenocd diff --git a/doc/openocd.texi b/doc/openocd.texi index 2759a39d3..9c94c7168 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6777,6 +6777,17 @@ Show information about flash driver. @end deffn +@deffn {Flash Driver} {npcx} +All versions of the NPCX microcontroller families from Nuvoton include internal +flash. The NPCX flash driver supports the NPCX family of devices. The driver +automatically recognizes the specific version's flash parameters and +autoconfigures itself. The flash bank starts at address 0x64000000. + +@example +flash bank $_FLASHNAME npcx 0x64000000 0 0 0 $_TARGETNAME +@end example +@end deffn + @deffn {Flash Driver} {nrf5} All members of the nRF51 microcontroller families from Nordic Semiconductor include internal flash and use ARM Cortex-M0 core.