psoc6_2m.cfg 554 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) <2019-2021>
  3. # <Cypress Semiconductor Corporation (an Infineon company)>
  4. #
  5. # Configuration script for Cypress PSoC6A-2M 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 0x200000
  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 PSoC6A2M
  15. source [find target/mxs40/psoc6_common.cfg]