Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ehabmagdyy/stm32f401-bootloader

Implementation of Basic bootloader for STM32F401 microcontroller
https://github.com/ehabmagdyy/stm32f401-bootloader

bootloader embedded-systems stm32f401

Last synced: 5 days ago
JSON representation

Implementation of Basic bootloader for STM32F401 microcontroller

Awesome Lists containing this project

README

        

video link: https://drive.google.com/file/d/1RN7gnQPEX550Mp4smLjKIWc8GB9cluJC/view?usp=drivesdk

# Host supported commands:
1️⃣ Get version
- Read the bootloader version from the mcu.

2️⃣ Get help
- read the commands supported by the bootloader.

3️⃣ Get chip ID number
- Read the mcu chip identification number.

4️⃣ Read protection level
- Read the flash protection out level.

5️⃣ Go to address
- Jumb the bootloader to specified address.

6️⃣ Flash erase
- Mass erase or sector erase of the user flash.

7️⃣ Memory write
- write data into different memories of the mcu.

8️⃣ Change ROP level
- Chane read protection level of the user mcu.