update 'flash bank' usage in scripts
Sets $_FLASHNAME to "$_CHIPNAME.flash" and passes it as the first argument to 'flash bank'.
This commit is contained in:
@@ -43,7 +43,8 @@ $_TARGETNAME configure -event reset-init {
|
||||
# LPC2378 has 512kB of FLASH, but upper 8kB are occupied by bootloader.
|
||||
# After reset the chip uses its internal 4MHz RC oscillator.
|
||||
# flash bank lpc2000 <base> <size> 0 0 <target#> <variant> <clock> [calc checksum]
|
||||
flash bank lpc2000 0x0 0x7D000 0 0 $_TARGETNAME lpc2000_v2 12000 calc_checksum
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME lpc2000 0x0 0x7D000 0 0 $_TARGETNAME lpc2000_v2 12000 calc_checksum
|
||||
|
||||
# Try to use RCLK, if RCLK is not available use "normal" mode. 4MHz / 6 = 666kHz, so use 500.
|
||||
jtag_rclk 500
|
||||
|
||||
Reference in New Issue
Block a user