Hello all,
I am using STM32F765VGI for my project. Now i have a problem on the SD Card. When I apply the function finit() and fmount() to initialize the SD Card, an error "fsNoFileSystem " is returned. I have formatted the SD Card to FAT32, and i have enlarged the Stack and Heap to 0x8000 und 0x1F000 respectively. the Communication between uController and SD Card is SDIO 4 pins, which have been configured to pull up in Cube. There is no problem with finit(). the error is returned from fmount(). does anyone have the same issue or any hints to remove this error? Any hint is appreciated, thank you very much in advance.