Resolved! STM32F769 DISCO with FatFS SD makes UART5 and 7 unusable
Posted on January 11, 2018 at 23:24I use CubeF7 1.8.0 and the BSP drivers for SD support. Working (reading and writing files) with SD card is fine.After initializing SD with:static void SD_Initialize(void){ if (isInitialized == 0) { if (BSP_SD_...