HAL_SD_ERROR_TX_UNDERRUN when using FATFS
I'm trying to use FATFS on NUCLEO-F401RE to write a file into the SD Card.I generated the project into cube MX and added thi code before the while(1) loop: /* USER CODE BEGIN 2 */ temp = f_mount(&StrutturaCtrFS,"",1); if(FR_OK != temp){ while(...