Question
STM32L4R9I-DISCO SD storage not working
I have a TouchGFX project created from TouchGFX for the STM32L4R9I-DISCOVERY and I'm editing the code to enable storage for playing audio. However, when I enable Storage_Init(MSD_DISK_UNIT); either from main.c or using the mmi_interpreter with: MMI_Interpreter_STORAGE_Services(MEDIA_STORAGE_INIT, (void*) MSD_DISK_UNIT);
My LCD stops displaying the graphics I've created.
Has anyone seen this before? Is there timing conflicts trying to enable the SD storage feature eventhough the code is written and available?
