STM32 flash utility.
Go to file
k 252d709ce2 added code 2023-08-01 15:13:18 +00:00
.gitignore added code 2023-08-01 15:13:18 +00:00
LICENSE Initial commit 2023-08-01 15:08:34 +00:00
README.md first commit 2023-08-01 15:11:28 +00:00
mkfile added code 2023-08-01 15:13:18 +00:00
stm32up.c added code 2023-08-01 15:13:18 +00:00

README.md

stm32up

This is a Plan9 tool to operate STM32 devices via the UART protocol, when booting from the system memory.

The protocol is described in AN3155. For device-specific information, you should read AN2606.

Commands: info - get device information and id read - read device memory write - write device memory go - jump to address readp - protect memory from reads readunp - unprotect memory from reads writeunp - unprotect memory from writes

TODO: writep, csum