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.
您好!
我们正在使用 TMS570LC43xx HDK 并开发一个软件、以便使用 F021闪存库将数据加载到闪存中。 根据下面链接中提到的线程、我们将 F021库放置在 RAM 中。 我们在全局构造函数初始化期间观察数据条目异常(_TI_auto_init)。 如果不在 RAM 中放置 F021库、我们就不会发现此问题。
e2e.ti.com/.../1451194
您能告诉我们如何解决这个问题吗?
谢谢、
Kalyan
您好、Wang、
感谢您的快速响应。 我们能够通过从 SRAM 执行闪存 API 函数来解决此问题。
在每次擦除/编程 fapi 函数调用后、我们是否应该调用"Fapi_flushPipeline()"函数?
谢谢、
Kalyan