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.

TMS320F280049 FLASH 读取操作

项目在280049平台上做CAN刷新的功能,刷新的过程中需要读取指定地址的FALSH数据出来进行校验,看过FLASH API的介绍文档“TMS320F28004x Flash API
Version 1.56.01.00 ”,里面的4个读操作API都是只能用于校验的,没有找到读取数据的API。

问题:1、怎样读取出FLASH的数据

2、使用Fapi_doPsaVerify()对某个地址进行对比校验后,程序直接跑飞,运行的NMI终断函数内。