Usage together TouchGFX and FatFS
Hi everyone,
I am trying to use fatfs with touchgfx in my project. I can mount SD card with fatfs. But I get an error that "FR_NO_FILESYSTEM" from fatfs stack when try to open a file.
I installed and ran fatfs with cubeMX then copied to my touchgfx project. This installed project needs to use DMA for fatfs. But when I want to copied this project to my own project, I realise that TouchGFX board configurations used DMA to. So, I think touchgfx disrupt fatfs.
I using STM32F767BG microcontroller and TouchGFX v4.13.0 for this project. I sure my SD card hardware is working. I used it when I open a new project without TouchGFX.
What am I supposed to do for fix that.
Thank you in advance, be healthy.
