Not worked. I tried with multiple clock vales. I tried with example project in CudeIDE as well as i created new project from scratch but not worked me both.Is any Size limitation for Flash Drive size ? I mean I tried with 16GB and 32GB Flash Drive
These are the pinout and clock config diagram I am working with STM32F407 to write a text file to Pen drive (USB Host). f_open(&MyFile, "testfile.txt", FA_CREATE_ALWAYS | FA_WRITE); getting FD_DISC_ERR. When I debugged more i understood that this is ...