Skip to content

yingchaotw/BluePill-DFU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F103 BluePill Board DFU

STM32F103 BluePill Board Device Firmware Update.

Run this command at terminal

cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=cmake/arm-none-eabi.cmake
cmake --build build

or

chmod +x build.sh
sh build.sh

Board info

  • HDK
  • USBD_DFU_APP_DEFAULT_ADD is set to 0x08005800. This address is the starting address of the upgrade program stored during the upgrade. Use the 0x5800/1024=22KB storage space of 0x08000000~0x08005800 in FLASH to store the DFU program.

Releases

No releases published

Packages

No packages published

Languages