]> git.sur5r.net Git - openocd/blobdiff - doc/openocd.texi
flash/nor: Add support for TI CC26xx/CC13xx flash
[openocd] / doc / openocd.texi
index 0122224c7d25af61deae6033d8f622643ae1be57..3ae11df8caf4ec9933ec95317e5c3207f0cfdb63 100644 (file)
@@ -5575,7 +5575,18 @@ flash erase_sector 0 0 127 # It will perform a mass erase on BlueNRG-2
 @end example
 
 Triggering a mass erase is also useful when users want to disable readout protection.
+@end deffn
+
+@deffn {Flash Driver} cc26xx
+All versions of the SimpleLink CC13xx and CC26xx microcontrollers from Texas
+Instruments include internal flash. The cc26xx flash driver supports both the
+CC13xx and CC26xx family of devices. The driver automatically recognizes the
+specific version's flash parameters and autoconfigures itself. Flash bank 0
+starts at address 0.
 
+@example
+flash bank $_FLASHNAME cc26xx 0 0 0 0 $_TARGETNAME
+@end example
 @end deffn
 
 @deffn {Flash Driver} cc3220sf