em358.cfg 361 B

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