Skip to content

yuziqiang/stm32f4_SerialPort_bootloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#STM32F40x_41x IAP practice

  • IAP_Port : USART2

  • IAP_Port Setting: 230400bps, 8, n, 1

  • Protocol : Ymodem-1k

  • IAP Start ADDR : 0x08000000, size = 64KB

  • User App ADDR : 0x08010000, size = 960KB

  • Description:

This project is modified from STMicrocontroller AN395 example. After the MCU is reset, the main menu shows up and user has three selections:

1: Download user application program into FLASH

2: Upload user application program from FLASH (not supported in v1.01)

3: Run user application

  • Revision:

2014-07-17 v1.01 released

provide basice IAP download function.

About

bootloader for stm32f40x_41x via SerialPort and Ymodem protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Assembly 2.2%
  • Other 0.7%