fx_media_open timing is too slow. How do I speed this up?
Folks,
I have a device that installs into another product and provides SRAM for code execution for the other device.
The device my board plugs into has a fixed 500ms RESET generator that hold off the host device CPU for that much time. During this time, I need to pull files from SD card (4-bit wide) and load to SRAM before the host comes out of reset. I'm clocking the SD card at 50MHz. Running on STM32H563 at 200MHz.
But I am getting dangerously close on my timing. I found that the fx_media_open in Azure FileX is taking 345ms to execute. Are there parameters that I can adjust somewhere to get this to be much faster?
I really need this media_open to take less than 100ms if possible.

