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.
项目在280049平台上做CAN刷新的功能,刷新的过程中需要读取指定地址的FALSH数据出来进行校验,看过FLASH API的介绍文档“TMS320F28004x Flash API
Version 1.56.01.00 ”,里面的4个读操作API都是只能用于校验的,没有找到读取数据的API。
问题:1、怎样读取出FLASH的数据
2、使用Fapi_doPsaVerify()对某个地址进行对比校验后,程序直接跑飞,运行的NMI终断函数内。
您需要使用 Flash API 来 erase/program Flash. 但是您不需要使用 Flash API 来 read Flash.
您可以像读 RAM一样去读Flash,直接读地址就可以了
直接定义一个指针变量,然后给指针一个地址