User Activity

Posted on October 08, 2015 at 13:18Hi, in this part of the DMA-SetConfig() function the comments are wrong. /* Memory to Peripheral*/   if((hdma->Init.Direction) == DMA_MEMORY_TO_PERIPH)   {     /* Configure DMA Stream destination address */     hdm...
Posted on October 08, 2015 at 10:48Hello, I failed to get an application with USB-Host and FatFS working with CubeMX. Does anyone has an example project? FatFS always reports fr_disk_error. I founds some posts with similar problems in some boards bu...