TMS320F28035: Flash_Verify(Flash_ptr,Buffer,Length,&FlashStatus);操作失败

Part Number: TMS320F28035
Other Parts Discussed in Thread: C2000WARE

在使用C2000Ware_5_04_00_00\libraries\flash_api\f2803x中例程时,运行到

// Verify the values programmed. The Program step itself does a verify
// as it goes. This verify is a 2nd verification that can be done.
Status = Flash_Verify(Flash_ptr,Buffer,Length,&FlashStatus);
if(Status != STATUS_SUCCESS)
{
Example_Error(Status);
}

处Status返回31

想请教一下各位大佬是咋回事

  • 已经收到了您的案例,调查需要些时间,感谢您的耐心等待。

  • 上面的文件路径应该是C2000Ware_5_04_00_00\device_support\f2803x\examples\c28\flash_programming,C2000Ware_5_04_00_00\libraries\flash_api\f2803x路径下是好使的

  • 您好

    此功能将验证闪存的内容是否与从缓冲区传递的内容匹配。 注释是在调用时,如示例所示,它是冗余的验证,因为验证也是程序操作的一部分。