Posted on May 04, 2016 at 19:29
I am implementing FatFs and MSD on SD Card using HAL libraries from STM32CubeMX.Everything is working perfectly but only if I not set up a DMA for SD card. It get stuck in while loop:
/**
* @brief SD DMA tr...
Posted on May 05, 2016 at 13:35I made the DMA work with FatFS by chaning settigs from 2 channels (for TX and RX) to 1 channel for SDMMC1. Now it crashes in debug mode when executing MX_USB_DEVICE_Init().If I don't use DMA with FatFs then USB initial...