- Packs
- KIT_PSoC-HVMS-64K_LITE_BSP
KIT_PSoC-HVMS-64K_LITE_BSP
1.0.0-
Pack Type
Board Support
Infineon KIT_PSoC4-HVMS64K_LITE board support pack
-
Add to CMSIS Solution
packs:
- pack: Infineon::KIT_PSoC-HVMS-64K_LITE_BSP@1.0.0
Add with cpackget
> cpackget add Infineon::KIT_PSoC-HVMS-64K_LITE_BSP@1.0.0
Download
Infineon.KIT_PSoC-HVMS-64K_LITE_BSP.1.0.0.packKIT_PSoC4-HVMS-64K_LITE_BSP
The Infineon KIT_PSoC4-HVMS-64K_LITE board support pack (BSP):
- Contains examples in csolution format for usage with the CMSIS-Toolbox and the VS Code CMSIS Solution extension.
- Requires the Device Family Pack (DFP) for the PSoC HVMS series.
- Is configured with Device Configurator.
Supported Devices
This Board support pack (BSP) supports CY8C4146LWE-HVS115X device (KIT_PSoC-HVMS-64K_LITE)
Content in csolution format
- Examples/Blinky shows the basic usage of this board.
- Examples/GPIO_Interrupt shows the usage of this board with GPIO Interrupt.
Using GCC / IAR Compiler
By default the example Csolution project is configured for the Arm Compiler 6 (AC6). it can be reconfigured for a different compilers. To configure it for the GCC / IAR compilers execute these steps:
- In the
<solution_name>.csolution.yml
project file selectcompiler: GCC
for GCC or selectcompiler: IAR
for IAR. - Clean and build the project.