Builds and runs an exported impulse locally for STM32F4 Nucelo boards.
Supported boards:
- Nucleo F446RE named Nucleo_STM32F446
- Nucleo F401RE named Nucleo_STM32F401
Important
To build and manage the project, you need to follow this guide on how to setup the CMSIS-Toolbox
Go to the CMSIS extension tab, and click the hammer icon.
Run the script with the target you want to build, default is Nucleo_STM32F446
ie to compile Nucleo_STM32F401:
build.sh Nucleo_STM32F401
TODO
For debugging, in settings.json set: // "cortex-debug.armToolchainPath": Set me for debugging, To point arm toolchain bin folder.
To update your model, unizp the CMSIS pack deployment, install the packs using cpackget add <your_project_name>.pack and paste the model.layer.yml in the model folder.