GithubHelp home page GithubHelp logo

fengdaokanhai / bootloader_stm32f103rbt6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shatang/bootloader_stm32f103rbt6

0.0 0.0 0.0 346 KB

采用的是串口485,Ymodem协议进行IAP升级

C 98.21% Assembly 1.49% C++ 0.28% Batchfile 0.02%

bootloader_stm32f103rbt6's Introduction

/********************************************************************************
* 函数名 : IAP_Uart_Ymodem
* 功  能 : IAP功能,使用串口,采用Ymodem协议进行升级
* 说  明 : 基于Stm32F103RBT6
* 入  参 : none
* 返  回 : none
* 设  计 : Shatang                    时  间 : 2020.09.17
* 修  改 : none                       时  间 : none
********************************************************************************/
1. 该IAP升级,通过超级终端进行串口传输文件,Ymodem协议
2. 文件名、类型不定;当前为:Shatang.bin,可从Ymodem协议传输获取
3. 该Bootloader进行升级需要重新上电启动
4. 上电0.8s检测是否上位机是否一直发送空格,且满足15个;0.8s后检测不到(或升级完毕)进入App程序
5. 无升级则LED指示灯一直亮,直到跳转至APP;进行升级时灭灯
6. 升级过程在超级终端有提示
7. 不进行CRC校验;带有加密示例(注释部分)
8. Bootloader程序总大小为6KB

bootloader_stm32f103rbt6's People

Contributors

shatang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.