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.
 
 
 
 
 
 

20 lines
546 B

  1. #Hitex STR9 Comstick
  2. # set jtag speed
  3. jtag_khz 3000
  4. jtag_nsrst_delay 100
  5. jtag_ntrst_delay 100
  6. #use combined on interfaces or targets that can’t set TRST/SRST separately
  7. reset_config trst_and_srst
  8. #jtag scan chain
  9. #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
  10. jtag_device 8 0x1 0x1 0xfe
  11. jtag_device 4 0x1 0xf 0xe
  12. jtag_device 5 0x1 0x1 0x1e
  13. target arm966e little 1 arm966e
  14. working_area 0 0x50000000 16384 nobackup
  15. #flash bank <driver> <base> <size> <chip_width> <bus_width>
  16. flash bank str9x 0x00000000 0x00080000 0 0 0