Posted on November 08, 2017 at 11:21Hey guys,I have some problem with the output of my DAC and I hope you have some idea, what went wrong... Situation: I am trying to play a WAV audio file with the DAC of my STM32F407VET. I use a double buffer, t...
Posted on November 02, 2017 at 18:40Hey Guys,I am setting up some STM32F407VETx on a chinese breakout board with �SD-card-slot. I try to read data from the sd card with SDIO (SD 4 bits Wide bus) and FatFs.The Basic-Project is build with STM32 CubeMx...
Posted on November 10, 2017 at 13:04Hi Haithem,I modified the sd_diskio.c as you described, but the program now gets stuck in ff.c at/* Find an FAT partition on the drive. Supports only generic partitioning rules, FDISK and SFD. */ bsect = 0; fmt = ...
Posted on November 02, 2017 at 22:15Ok, i got the following news: When i build my project with an older version of CubeMx (4.22.1) then it uses an older version of FatFs (R0.11). With this setting everything works fine! But when i use the latest ver...