Startup and Linker file for STM32F3xx Microcontroller
- First Install Compiler toolchain for Arm
sudo apt-get install arm-none-eabi-gcc
- Then go to directory on terminal where you have downloaded this code and run the following command.
make all
- Install OpenOCD and Putty on your system
- Run the following command on your terminal
make load
- Open putty and click on telnet session and give port number 4444 and hostname - localhost
- Run the following commands on putty
reset init flash write_image erase final.elf resume