# openblt **Repository Path**: LCH1314LZY/openblt ## Basic Information - **Project Name**: openblt - **Description**: 基于openblt官方例程修改的一个使用在STM32H743IIT6上面的BootLoader - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2022-08-02 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 由于需要bootloader这方面的东西,着手移植一个 官方地址:[点这里](https://www.feaser.com/openblt/doku.php) 官方github:[点这里](https://github.com/feaser/openblt) # 目录结构 ``` $ openblt ├── README.md ├── HOST ├── stm32h7_openblt └── .gitignore ``` - HOST: - 升级使用的软件以及驱动 - stm32h7_openblt: - 自己实现的bootloader # 使用 1. 可以参考官方例程,有没有自己所用MCU的例程,[下载地址](https://www.feaser.com/openblt/doku.php?id=download); # stm32h7_openblt更新维护记录 ``` c 软件更新、硬件修改、功能添加记录 建议使用typora或者别的MarkDown软件打开 移植日期 20220713 ```