Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ehabmagdyy/stm32f401-bootloader
- Owner: EhabMagdyy
- Created: 2024-03-06T16:02:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:57:29.000Z (10 months ago)
- Last Synced: 2024-03-06T20:17:33.180Z (10 months ago)
- Topics: bootloader, embedded-systems, stm32f401
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.