This example generates HelloWorld executables for the FRDM-K32L3A6 evaluation board. The used K32L3 microcontroller is a dual-core MCU (Cortex-M0plus and Cortex-M4)
- CMSIS-Toolbox 2.6.0 or higher
- Arm Compiler 6.22 or higher
- GCC Compiler 13.2.1 or higher
- Required packs are listed in the file
HelloWorld.csolution.yml
The project is generated using the CMSIS-Toolbox and is defined in csolution format:
HelloWorld.csolution.ymllists the required packs, defines, hardware targets, and the build-types (along with the compiler)../cm0plus/HelloWorld_cm0plus.cproject.ymldefines the source files and the software components for the Cortex-M0plus core../cm4/HelloWorld_cm4.cproject.ymldefines the source files and the software components for the Cortex-M4 core.
> cbuild HelloWorld.csolution.yml --packs --toolchain AC6You may use the debugger of choice for executing this program.