psoc6_256k.cfg 602 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) <2019-2021>
  3. # <Cypress Semiconductor Corporation (an Infineon company)>
  4. #
  5. # Configuration script for Cypress PSoC6A-256k family of microcontrollers.
  6. # PSoC 6 is a dual-core device with CM0+ and CM4 cores. Both cores share
  7. # the same Flash/RAM/MMIO address space.
  8. #
  9. # uncomment next line to use predefined main flash size
  10. # set MAIN_FLASH_SIZE 0x40000
  11. set CPUSS_PROTECTION_REG 0x402020C4
  12. set QSPI_FLASHLOADER CY8C6xxA_SMIF.FLM
  13. set FLASH_DRIVER_NAME psoc6_2m
  14. set MXS40_TARGET_DIE PSoC6A256K
  15. set PSOC6_JTAG_IRLEN 4
  16. set _HAS_WORKFLASH 0
  17. source [find target/mxs40/psoc6_common.cfg]