Hi Expert,
How to copy code to Flash memory and how to copy code from Flash into RAM?
Thanks!
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.
Hi Expert,
How to copy code to Flash memory and how to copy code from Flash into RAM?
Thanks!
Hi Sue,
You can use our Flash API's in the MCU+SDK to access the QSPI flash. We have a QSPI Flash transfer example which does exactly what you wanted.
Flash_write --> Writes to a desired QSPI flash offset
Flash_read --> Reads the data from offset and copies to a local buffer on your RAM.
Hi Sue,
If my above reply helped you, please click on "This resolved my issue" which helps me close the thread.
Thanks