awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesFlash Address Mapping

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.

Awesome Flash Address Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stlink-org/stlinkstlink-org 的头像

    stlink-org/stlink

    5,093在 GitHub 上查看↗

    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.

    Carmboardchip
    在 GitHub 上查看↗5,093
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Mapping
  4. Flash Address Mapping