https://www.st.com/en/evaluation-tools/32f429idiscovery.html
Windows
- Install:
- Once installed:
- right-click on a folder you want to use as a basis and select “Git Bash Here”.
Linux
- Install st-flash and git
- On debian: sudo apt-get install stlink-tools git
- Once installed:
- Open a terminal where you want the folder to be located.
Common steps
- To build the minimal demonstration:
- Clone the repository and jump in stm32f4_demo folder
- Run ./configure.sh : this will download and install gcc, astyle, cppcheck
- Run source sourceme : this will add the tools in your PATH.
- Build make -j
- Upload to the target: make run
- To clean everything:
- make mrproper