kinetis : Fix broken check for mass erase.
[openocd.git] / tcl / board / hilscher_nxeb500hmi.cfg
blob64391561e68246e4de31da4eeab9f7a5f4380649
1 ################################################################################
2 # Author: Michael Trensch (MTrensch@googlemail.com)
3 ################################################################################
5 source [find target/hilscher_netx500.cfg]
7 reset_config trst_and_srst
8 adapter_nsrst_delay 500
9 jtag_ntrst_delay 500
11 $_TARGETNAME configure -work-area-virt 0x1000 -work-area-phys 0x1000 -work-area-size 0x4000 -work-area-backup 1
13 $_TARGETNAME configure -event reset-init {
14   halt
16   arm7_9 fast_memory_access enable
17   arm7_9 dcc_downloads disable
19   sdram_fix
20   
21   puts "Configuring SDRAM controller for MT48LC8M32 (32MB) "
22   mww 0x00100140 0
23   mww 0x00100144 0x03C23251
24   mww 0x00100140 0x030D0111
26   puts "Configuring SRAM nCS0 for 150ns Par. Flash (x16)"
27   mww 0x00100100 0x0101000E
29   flash probe 0
32 #####################
33 # Flash configuration
34 #####################
36 #flash bank <name> <driver> <base> <size> <chip width> <bus width> <target#>
37 flash bank parflash cfi 0xC0000000 0x01000000 2 2 $_TARGETNAME
39 init
40 reset init