Skip to content

nitanshnagpal/stm32_startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32_startup

Startup and Linker file for STM32F3xx Microcontroller

Compiling code on Linux

  1. First Install Compiler toolchain for Arm
sudo apt-get install arm-none-eabi-gcc
  1. Then go to directory on terminal where you have downloaded this code and run the following command.
make all

Flashing code on Microcontroller

  1. Install OpenOCD and Putty on your system
  2. Run the following command on your terminal
make load
  1. Open putty and click on telnet session and give port number 4444 and hostname - localhost
  2. Run the following commands on putty
  reset init
  flash write_image erase final.elf
  resume
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors