SDMMC Does not work with TouchGFX Application.
Hi,
Iam using a STM32F746 DISCO Board to use SDMMC in a TOUCHGFX Application but Iam not able to get past if(f_mkfs((TCHAR const*)SDPath, FM_ANY, 0, rtext, sizeof(rtext)) != FR_OK) function. It gives error here. Even If I comment this section and reach fopen command it returns FR_DISK_ERR.
However When I simply run the standalone SDMMC example ,it works and writes data to SD card.
Why is that the same example does not work with Touchgfx application?
The only difference I could see is of Clock speed between two applications. One is at 50Hz & other is at 48Hz.
Im Prototyping my project on disco board before I go into custom design. Kindly help!!
