This project is used to develop applications for the DA1469x - Dialog Semiconductor's ARM Cortex-M33 MCUs series.
- cmake >= 3.16
- gcc-arm-none-eabi installed
- Cortex-Debug extension from VSCode marketplace
- SDKv10 or latest, look at Resources for more information.
- example project (pxp_reporter from SDK) in project folder.
- cmake folder with useful scripts
- BSP folder. Warning: extract SDK here! this folder should contain at least binaries/ config/ sdk/ and utilities/ folders from the SDKv10.
- Various tools in .vscode/ folder. I made commands for build and clean code, and for configuring QSPI params, downloading firmware to the QSPI and erasing (over SWD or UART). Also look at the launch.json for debugging command
- Simple GitHub action script for binary building.
I'm not cery good with CMake, so if you know how to make this project better, feel free to open PR. If you have any questions - ask me and I will try to help you.