1 Repo
Mapping binary file offsets to physical flash memory addresses for microcontroller programming.
Distinct from Binary Memory Mapping: Distinct from Binary Memory Mapping: focuses on the translation for flashing to hardware rather than OS memory layout configurations.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Flash Address Mapping. Refine with filters or upvote what's useful.
stlink is a toolset for ARM Cortex-M flashing, firmware management, and debug server operations, with specific support for STM32 microcontrollers. It provides an ARM Cortex-M flash programmer for writing binary and hex files, an ITM trace logger for real-time instrumentation data, and a SWD/JTAG debug server. The project includes a graphical user interface for managing MCU firmware and exporting memory, as well as a remote server that allows external debuggers to control execution and inspect registers on target hardware. The toolset covers microcontroller memory management through flash era
Provides the mechanism to translate raw binaries into specific memory address writes for the target microcontroller.