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.
 
 
 
 
 
 

18 lines
316 B

  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]