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.

28335如何读取内部FLASH



我要往28335flash里存数,就是把它当做EEPROM用。

用API写提示成功了。可是怎么读出来呢?

Status = Flash_Verify(Flash_ptr,Buffer,Length,&FlashStatus);
上面这句是校验,数据读到哪里去了?
Buffer应该是原来的数据吧,和读出来的数据进行比较。
读出来的数据应该存在Flash_ptr里了吧。怎么把数据输出来可以看到呢?

请高手指教,谢谢!