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
795 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 0 arm926ejs
  14. target_script 0 reset event/wi-9c_reset.script
  15. #working area <target#> <address> <size> <backup|nobackup>
  16. working_area 0 0x00000000 0x1000 backup
  17. #####################
  18. # Flash configuration
  19. #####################
  20. #M29DW323DB - not working
  21. #flash bank cfi <base> <size> <chip width> <bus width> <target#>
  22. flash bank cfi 0x50000000 0x0400000 2 2 0