How can I combine SD card and USB initialization in an STM32 project?Individually, both SD card and USB initialization work correctly. However, when combined, only the mount operation succeeds, and the process fails when opening a file. Testing each ...