em358.cfg 316 B

1234567891011121314151617
  1. # Target configuration for the Silicon Labs EM358 chips
  2. #
  3. # em357 family supports JTAG and SWD transports
  4. #
  5. if { ![info exists CHIPNAME] } {
  6. set CHIPNAME em358
  7. }
  8. if { ![info exists BSTAPID] } {
  9. set BSTAPID 0x069aa62b
  10. }
  11. # 512K of flash in the em358 chips
  12. set FLASHSIZE 0x80000
  13. source [find target/em357.cfg]