diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 2727a0bb..70d789a7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -4252,14 +4252,15 @@ flash bank $_FLASHNAME cfi 0x00000000 0x02000000 2 4 $_TARGETNAME @c "cfi part_id" disabled @end deffn -@deffn {Flash Driver} spearsmi -@cindex SPEAr Serial Memory Interface +@deffn {Flash Driver} stmsmi +@cindex STMicroelectronics Serial Memory Interface @cindex SMI -@cindex spearsmi -All members of SPEAr MPU family from STMicroelectronics include a +@cindex stmsmi +Some devices form STMicroelectronics (e.g. STR75x MCU family, +SPEAr MPU family) include a proprietary ``Serial Memory Interface'' (SMI) controller able to drive external SPI flash devices. -Depending on specific MPU and board configuration, up to 4 external +Depending on specific device and board configuration, up to 4 external flash devices can be connected. SMI makes the flash content directly accessible in the CPU address @@ -4274,7 +4275,7 @@ All other parameters are ignored. Additional information, like flash size, are detected automatically. @example -flash bank $_FLASHNAME spearsmi 0xf8000000 0 0 0 $_TARGETNAME +flash bank $_FLASHNAME stmsmi 0xf8000000 0 0 0 $_TARGETNAME @end example @end deffn |