Writing into and Reading from Flash memory

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello;

   

I am working with CY8CKIT-042 PSOC 4 PIONEER KIT ,I am interested to store few bytes of data into Flash memory and retrieve when required ,I could successfully write data into the flash memory using the API  CySysFlashWriteRow( ),and finding a issue on how to read the stored data from Flash memory .I could not find any API for reading data from Flash memory,is there a way to read the data that has been stored into Flash memory,can someone help me out solving the issue.

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum.

   

There are no APIs for reading from flash. Simply declare a pointer and assign it the address you want to read.

   

 

   

Bob

0 Likes
Anonymous
Not applicable
        Thanks Bob.   
0 Likes