Mention "lpc4300" (with "lpc1800" alias) flash drivers in manual
Change-Id: I0bb28910b2c07b1ca5bd644e0d88b931d585d3e7 Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com> Reviewed-on: http://openocd.zylin.com/1352 Tested-by: jenkins__archive__
parent
67607fb64c
commit
564a5eb537
|
@ -161,9 +161,9 @@ debugged via the GDB protocol.
|
|||
|
||||
@b{Flash Programing:} Flash writing is supported for external CFI
|
||||
compatible NOR flashes (Intel and AMD/Spansion command set) and several
|
||||
internal flashes (LPC1700, LPC2000, AT91SAM7, AT91SAM3U, STR7x, STR9x, LM3,
|
||||
STM32x and EFM32). Preliminary support for various NAND flash controllers
|
||||
(LPC3180, Orion, S3C24xx, more) controller is included.
|
||||
internal flashes (LPC1700, LPC1800, LPC2000, LPC4300, AT91SAM7, AT91SAM3U,
|
||||
STR7x, STR9x, LM3, STM32x and EFM32). Preliminary support for various NAND flash
|
||||
controllers (LPC3180, Orion, S3C24xx, more) controller is included.
|
||||
|
||||
@section OpenOCD Web Site
|
||||
|
||||
|
@ -5014,8 +5014,9 @@ supported.}
|
|||
@end deffn
|
||||
|
||||
@deffn {Flash Driver} lpc2000
|
||||
Most members of the LPC1700 and LPC2000 microcontroller families from NXP
|
||||
include internal flash and use Cortex-M3 (LPC1700) or ARM7TDMI (LPC2000) cores.
|
||||
Most members of the LPC1700, LPC1800, LPC2000 and LPC4300 microcontroller
|
||||
families from NXP include internal flash and use Cortex-M3 (LPC1700, LPC1800),
|
||||
Cortex-M4 (LPC4300) or ARM7TDMI (LPC2000) cores.
|
||||
|
||||
@quotation Note
|
||||
There are LPC2000 devices which are not supported by the @var{lpc2000}
|
||||
|
@ -5031,7 +5032,9 @@ which must appear in the following order:
|
|||
@item @var{variant} ... required, may be
|
||||
@option{lpc2000_v1} (older LPC21xx and LPC22xx)
|
||||
@option{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx)
|
||||
or @option{lpc1700} (LPC175x and LPC176x)
|
||||
@option{lpc1700} (LPC175x and LPC176x)
|
||||
or @option{lpc4300} - available also as @option{lpc1800} alias (LPC18x[2357] and
|
||||
LPC43x[2357])
|
||||
@item @var{clock_kHz} ... the frequency, in kiloHertz,
|
||||
at which the core is running
|
||||
@item @option{calc_checksum} ... optional (but you probably want to provide this!),
|
||||
|
|
Loading…
Reference in New Issue