- Packs
- KIT_T2G-C-2D_LITE_BSP
KIT_T2G-C-2D_LITE_BSP
1.0.0-
Pack Type
Board Support
Infineon TARGET_KIT_T2G_C-2D-6M_LITE board support pack
-
Add to CMSIS Solution
packs:- pack: Infineon::KIT_T2G-C-2D_LITE_BSP@1.0.0
Add with cpackget
> cpackget add Infineon::KIT_T2G-C-2D_LITE_BSP@1.0.0
Download
Infineon.KIT_T2G-C-2D_LITE_BSP.1.0.0.packKIT_T2G-C-2D_LITE_BSP
The Infineon KKIT_T2G-C-2D_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 T2G-C-2D series.
- Is configured with Device Configurator.
Supported Devices
This Board support pack (BSP) supports CYT4DNJBZS device (KIT_T2G-C-2D_LITE)
Content in csolution format
- Examples/Blinky shows the basic usage of this board.
- Examples/Blinky_Multicore shows the basic usage of this board with Multicore.
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.ymlproject file selectcompiler: GCCfor GCC or selectcompiler: IARfor IAR. - Clean and build the project.