You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
828 B

  1. ######################################
  2. # Target: DIGI ConnectCore Wi-9C
  3. ######################################
  4. reset_config trst_and_srst
  5. #jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction>
  6. jtag_device 4 0x1 0xf 0xe
  7. jtag_nsrst_delay 200
  8. jtag_ntrst_delay 0
  9. ######################
  10. # Target configuration
  11. ######################
  12. #target <type> <endianess> <reset mode> <JTAG pos> <variant>
  13. target arm926ejs big reset_init 0 arm926ejs
  14. target_script 0 reset event/wi-9c_reset.script
  15. run_and_halt_time 0 30
  16. #working area <target#> <address> <size> <backup|nobackup>
  17. working_area 0 0x00000000 0x1000 backup
  18. #####################
  19. # Flash configuration
  20. #####################
  21. #M29DW323DB - not working
  22. #flash bank cfi <base> <size> <chip width> <bus width> <target#>
  23. flash bank cfi 0x50000000 0x0400000 2 2 0