fixed warning
[fw/openocd] / src / target / target / wi-9c.cfg
1 ######################################
2 # Target: DIGI ConnectCore Wi-9C
3 ######################################
4
5 reset_config trst_and_srst
6
7 #jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
8 jtag_device 4 0x1 0xf 0xe
9
10 jtag_nsrst_delay 200
11 jtag_ntrst_delay 0
12
13 ######################
14 # Target configuration
15 ######################
16
17 #target <type> <endianess> <reset mode> <JTAG pos> <variant>
18 target arm926ejs big 0 arm926ejs
19
20 target_script 0 reset event/wi-9c_reset.script
21
22
23 #working area <target#> <address> <size> <backup|nobackup>
24 working_area 0 0x00000000 0x1000 backup
25
26
27 #####################
28 # Flash configuration
29 #####################
30
31 #M29DW323DB - not working
32 #flash bank cfi <base> <size> <chip width> <bus width> <target#>
33 flash bank cfi 0x50000000 0x0400000 2 2 0
34
35
36