This is an exploration building of embedded systems on arm microcontrollers without using any framework
It covers:
- NUCLEO-F429ZI board
- USB-X to USB 2.0 Micro B cable
Although this project is built for the NUCLEO-F429ZI development board, users can modify it, if they can, to fit other development boards
The following are required to build this program:
The following are required to flash this program onto a microcontroller
Ensure all prerequisites are met.
Run the following commands:
pip install -r requirements.txt
python3 build.py build-application --compile
Connect the board to your PC and run this in the terminal
python3 build.py build-application --flash
python3 build.py build-application --compile --flash