最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

arm-none-eabi-gdb Unable to read the latest content of MCU internal FLASH - Stack Overflow

programmeradmin0浏览0评论

i use gdb to access Jlink GDB Server to read the contents of FLASH in MCU, it seems that it did not read the contents of FLASH in MCU, but instead read the contents of ELF. However, my code uses IAP function and changes the contents of FLASH, but the content I read is still before IAP. "set trust-readonly-sections off" in the debugging console, then read again using the x command, and will still see the content from before IAP.

How do I configure GDB to access the latest data in FLASH?

发布评论

评论列表(0)

  1. 暂无评论