How to write into external flash of RiverDI 5" display module
Hi,
I have a RIverDI 5 inch display where I am trying to update the firmware through OTA. Basically I have a ESP board which receives the Firmware chunk through BLE and I need to store the chunks in the STM32. Unfortunately my application elf is of size 4MB+ and I cant store the chunks in the internal flash as the total flash memory size is of 4MB. Currently the application code is written into Internal flash and Touchgfx files and image files are written into the external flash when I update the FW through ST-Link, I need to achieve the same in my OTA aswell. Is there any working example for me to implement this? Initially I wanted to store some data in the external memory, could anyone point out some code example for the same?
Regards
RiverDi User
