Skip to content

R-ng-Dong/STM32-OTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Keil C for OTA

  1. Edit the address in Keil C.

    The address must follow the address zone of Bootloader. (View the define in MemoryInterface for more details). Images-1 Images-2

  2. Convert the hex file to binary format Images-3

    C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin Objects\TestPrg.axf --output Objects\TestPrg.bin
  3. Use the binary file for the OTA PC Application. Follow this guide.

About

OTA basic test for low speed channel as LoRa, RIIM...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors