This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好、TI 团队、
一个示例。
在调试软件时、软件是否会刷写到 QSPI 中?
2、我尝试在内存浏览器中的0x60100000读取 QSPI 的内存,但在闪存中找到的数据与输出的 hex 文件不匹配。 这种验证方法是否正确?
3.我试图将.text 元素的地址更改为链接器中的闪存区域、之后我无法调试软件。 这是正确的方法吗?
尊敬的 Karthikeyan Vijayan:
Unknown 说:1. 当我们调试软件时、软件是否会刷写到 QSPI?
否 如果加载成功、这意味着该示例仅针对 RAM 构建、调试器不会刷写它、因为输出文件中的地址仅是运行地址。
要将相同内容刷写到闪存中、您需要执行以下步骤- https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/08_05_00_24/exports/docs/api_guide_am263x/GETTING_STARTED_FLASH.html
此致、
Aakash