Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 919 Bytes

File metadata and controls

42 lines (33 loc) · 919 Bytes

Information

Version Update Date
0.0.1 2025/07/03

mspm0_bootloader

Lightweight bootloader for Ti MSPM0 MCUs through UART with python GUI

PERIPHERALS

[This is for me to look up for peripherals]

  1. Bootloader (TI MCUs):
    • BLD: algorithm
    • GPIO: HAL
    • FLASH: HAL
    • UART: HAL

HOW TO USE

Host CLI supported functions:

  1. No Operation (NOP) |
  2. Enter Bootloader |
  3. Get Bootloader version |
  4. Check Blanking |
  5. Write |
  6. Erase |
  7. Upload file |
  8. Check CRC
  9. System reset
  10. Exit Bootloader