Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检索已使用 JTAG 加载到 STM32W108 上的二进制文件。有没有人这样做过?如果是,您能否发布说明或链接到说明
非常感谢。
如果您指定您使用的 IDE,那么我可能会给您更准确的说明。
这是一般方法:
打开项目的链接器命令文件并检查可执行文件的地址空间。您也可以在地图文件中查找它,但您需要先构建项目。请注意,代码段和数据段可能位于两个单独的内存区域中。
将可执行文件加载到 RAM,或将其刻录到 EPROM(无论您通常采用哪种方式)。
搜索 Memory-Save 选项,通常在 View 菜单或 Debug 菜单中。
输入您之前找到的内存地址和大小,然后单击确定。