|
NAMEst-flash - Flash binary files to STM32 deviceSYNOPSISst-flash [OPTIONS] {read|write|erase} [FILE] <ADDR> <SIZE>DESCRIPTIONFlash binary files to arbitrary sections of memory, or read arbitrary addresses of memory out to a binary file.You can use this instead of st-util(1) if you prefer, but remember to use the .bin image, rather than the .elf file. Use hexadecimal format for the ADDR and SIZE. COMMANDS
OPTIONS
EXAMPLESFlash firmware.bin to device
Read firmware from device (4096 bytes)
Erase firmware from device
SEE ALSOst-util(1), st-info(1)COPYRIGHTThis work is copyrighted. Stlink contributors. See LICENSE file in the stlink source distribution.
Visit the GSP FreeBSD Man Page Interface. |