st-info:tldr:77a20
The st-info --flash
command is used to retrieve information about the flash memory of an STM32 microcontroller from STMicroelectronics.
STMicroelectronics provides software tools that allow developers to program and debug their STM32 microcontrollers. st-info
is one such tool, which provides information about various aspects of the microcontroller.
When you run the st-info --flash
command, it retrieves and displays information about the microcontroller's flash memory. This includes details such as the flash size (in bytes), the flash page size, flash sector size, and the starting address of the flash memory.
The flash memory on an STM32 microcontroller is non-volatile and is used to store the program code that runs on the microcontroller. Understanding the flash memory's characteristics and size is essential for programming and managing the microcontroller correctly.