1 个仓库
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 是一套用于 ARM Cortex-M 烧录、固件管理和调试服务器操作的工具集,特别支持 STM32 微控制器。它提供了一个用于写入二进制和 hex 文件的 ARM Cortex-M 闪存编程器、一个用于实时插桩数据的 ITM 跟踪记录器,以及一个 SWD/JTAG 调试服务器。 该项目包括一个用于管理 MCU 固件和导出内存的图形用户界面,以及一个允许外部调试器控制执行并检查目标硬件寄存器的远程服务器。 该工具集涵盖了通过闪存擦除和选项字节配置进行的微控制器内存管理,以及通过半主机 (semihosting) 和执行跟踪记录进行的系统可观测性。它还提供了用于芯片信息提取和设备重置的实用程序。
Provides the mechanism to translate raw binaries into specific memory address writes for the target microcontroller.