How to read flash data?

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

cross mob
jali_3846906
Level 3
Level 3
10 replies posted 5 replies posted 10 questions asked

     When I refer to routine that Block_Mode_Flash_Write,I want use API to save data and read this data when I restart MCU.But I can't find any API about read flash data.Can you give me some advice?

0 Likes
1 Solution
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Currently there is no specified API for flash row read. Customer can just directly read the content of a absolute flash address through e.g. CY_GET_REG32(), CY_GET_REG16(). 

View solution in original post

0 Likes
2 Replies
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

Currently there is no specified API for flash row read. Customer can just directly read the content of a absolute flash address through e.g. CY_GET_REG32(), CY_GET_REG16(). 

0 Likes

Hi, I have a same problem . I want to store .cyacd data in empty are of internal falsh area. I know i can write each row by CyWriteRowData form CYFLASH.h. but i have not ant read row function to use?
Can u help me to solve my problem?

Thanks for attention...

0 Likes