2023-02-12 10:56 PM
Hello ST community,
I am developing an application based on B-U585I-IOT02A. In this I am using the MX25LM51245G which is on board NOR flash connected via OCTOSPI. The functionality is to save and retrieve a .bin file from the NOR flash. Please let me know how can we achieve the same.
Regards
Solved! Go to Solution.
2023-02-28 07:38 AM
Hello @Community member ,
I advise you to get inspired form the Fx_NoR_Write_Read_File example available in STM32CubeU5 package.
This example may help you by following the instructions in the readme file.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-02-28 07:38 AM
Hello @Community member ,
I advise you to get inspired form the Fx_NoR_Write_Read_File example available in STM32CubeU5 package.
This example may help you by following the instructions in the readme file.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-02-28 08:37 AM
With FatFS we'd use 4KB sectors to match the erase sector/page size of the QSPI/OSPI devices.
NOR Flash isn't particularly fast, and writes will require an erase.