Tool/software:
Hi team,
I have below problem from my customer
1.



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.
Tool/software:
Hi team,
I have below problem from my customer
1.
Shawn,
0xC0000000U is the R4F memory map for the Exterior Flash , as shown in the TRM.
We are not clear what your question is.
The flash address in the flash is starting at 0x0, however the address map from R4F is 0xC0000000
Thank you
Cesar
Cesar,
You have pointed out the R4F memory address is different with Flash physical address. But I have understanded the mechanism. Thanks.
Please look into Question.2
To verify your write you can access the memory browser on CCS to check the address you are writing to. You will be able to see new values once this function is run.
Best,
Gabriel
Gabriel,
So we don't have a mechanism to verify the writing result in our SDK or functions? If somebody wants to verify the result, they need to read the value and compare it with source data by themselves. Is it right?
Regards,
Shawn
Hello,
You could use the QSPIFlash_singleRead() function to read that same written memory if you have not already taken a look at it. But, if this function is not what you are looking then yes you will have to look at the memory location in CCS and verify yourself.
Best,
Gabriel