2017-05-29 04:33 AM
Hello All,
I am working on SPC560B54L5 board using SPC5studio version 5.2.3.
I can able to write to C-flash memory using Flashprogram() api of flash driver component. In addition to that I also want to read byte by byte or stream of bytes from the C-flash memory. Referred to the 'Standard software driver for C90LC Flash' document I couldn't found any API to read from flash memory.
kindly suggest how can I read from flash using the flash driver component.
Thanks in Advance,
with Regards,
R.Santhamurthy
Solved! Go to Solution.
2017-06-14 06:26 AM
Hello ,
we did not implement a read function.
you should point to the memory address that you want to read to get data back, without any kind of operation on flash controller.
Best regards
Erwan
2017-06-14 06:26 AM
Hello ,
we did not implement a read function.
you should point to the memory address that you want to read to get data back, without any kind of operation on flash controller.
Best regards
Erwan
2018-06-23 03:51 AM
Hello Erwan:
I don't quite understand about the flash “margin read� and “ array integrity check�,where do the functions need ? Do we need to use this function at the normal program?
Best regards
MMWang