Is it necessary to call fx_media_close() before entering low power (STOP 1 mode ) on STM32L4R9
My chipset is a STM32L4R9 and I have Nor Flash SPI chip used for file storage (FileX, LevelX, QuadSPI capable). My application is battery powered device. It wakes up reads some IO, logs to flash file system, sets RTC Wakeup timer and goes to sleep.
Before I enter low power mode (Stop 1 or Stop 2) should I call fx_media_close()?
In Stop 1 and Stop 2 the SRAM is preserved however OCTOSPI peripheral is not available.
Fx_media_open() takes about 1 minute to complete and I would like to avoid this if possible.
Thanks,
