cyw9wcd1eval1.cfg 676 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (C) <2019-2021>
  3. # <Cypress Semiconductor Corporation (an Infineon company)>
  4. #
  5. # OpenOCD config used to write firmware to
  6. # STM32 internal flash memory via FTDI
  7. # USB FT2232H (Broadcom WICED Eval board)
  8. #interface
  9. adapter driver ftdi
  10. ftdi vid_pid 0x04b4 0xf900
  11. ftdi layout_init 0x0008 0x020b
  12. ftdi layout_signal nSRST -data 0x0080 -oe 0x0080
  13. ftdi layout_signal nTRST -data 0x0200 -oe 0x0200
  14. #ftdi tdo_sample_edge falling
  15. set SFLASH_LOADER_FILE "../flm/cypress/cat4/sflash_write_CYW943907AEVAL1F.elf"
  16. set SFLASH_WRITE_SCRIPT "../flm/cypress/cat4/sflash_write.tcl"
  17. # Only JTAG is supported on this kit
  18. transport select jtag
  19. source [find target/bcm4390x.cfg]