docs: update stm32f1x/stm32f2x driver info
As we use the two ST flash drivers for multiple stm32 variants update the docs as to which targets use which driver. Change-Id: I84943ff45482a22b3d3dd8491bb4242d79415939 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/990 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>__archive__
parent
86cc37183a
commit
9cdb6b438d
|
@ -5216,7 +5216,6 @@ standard @command{flash erase_address} command.}
|
||||||
@example
|
@example
|
||||||
flash bank $_FLASHNAME stellaris 0 0 0 0 $_TARGETNAME
|
flash bank $_FLASHNAME stellaris 0 0 0 0 $_TARGETNAME
|
||||||
@end example
|
@end example
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@deffn Command {stellaris recover bank_id}
|
@deffn Command {stellaris recover bank_id}
|
||||||
Performs the @emph{Recovering a "Locked" Device} procedure to
|
Performs the @emph{Recovering a "Locked" Device} procedure to
|
||||||
|
@ -5232,10 +5231,11 @@ if more than one Stellaris chip is connected, the procedure is
|
||||||
applied to all of them.
|
applied to all of them.
|
||||||
@end quotation
|
@end quotation
|
||||||
@end deffn
|
@end deffn
|
||||||
|
@end deffn
|
||||||
|
|
||||||
@deffn {Flash Driver} stm32f1x
|
@deffn {Flash Driver} stm32f1x
|
||||||
All members of the STM32f1x microcontroller family from ST Microelectronics
|
All members of the STM32F0, STM32F1 and STM32F3 microcontroller families
|
||||||
include internal flash and use ARM Cortex M3 cores.
|
from ST Microelectronics include internal flash and use ARM Cortex-M0/M3/M4 cores.
|
||||||
The driver automatically recognizes a number of these chips using
|
The driver automatically recognizes a number of these chips using
|
||||||
the chip identification register, and autoconfigures itself.
|
the chip identification register, and autoconfigures itself.
|
||||||
|
|
||||||
|
@ -5278,10 +5278,22 @@ The @var{num} parameter is a value shown by @command{flash banks}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Flash Driver} stm32f2x
|
@deffn {Flash Driver} stm32f2x
|
||||||
All members of the STM32f2x microcontroller family from ST Microelectronics
|
All members of the STM32F2 and STM32F4 microcontroller families from ST Microelectronics
|
||||||
include internal flash and use ARM Cortex M3 cores.
|
include internal flash and use ARM Cortex-M3/M4 cores.
|
||||||
The driver automatically recognizes a number of these chips using
|
The driver automatically recognizes a number of these chips using
|
||||||
the chip identification register, and autoconfigures itself.
|
the chip identification register, and autoconfigures itself.
|
||||||
|
|
||||||
|
Some stm32f2x-specific commands are defined:
|
||||||
|
|
||||||
|
@deffn Command {stm32f2x lock} num
|
||||||
|
Locks the entire stm32 device.
|
||||||
|
The @var{num} parameter is a value shown by @command{flash banks}.
|
||||||
|
@end deffn
|
||||||
|
|
||||||
|
@deffn Command {stm32f2x unlock} num
|
||||||
|
Unlocks the entire stm32 device.
|
||||||
|
The @var{num} parameter is a value shown by @command{flash banks}.
|
||||||
|
@end deffn
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Flash Driver} str7x
|
@deffn {Flash Driver} str7x
|
||||||
|
|
Loading…
Reference in New Issue