I am trying read and write multiple file in Sd Card but not able to read multiple files
Below I am mentioned the code kindly go through it: if(PushButtonFlag == 1) { HAL_UART_Transmit_IT(&huart1, PushButtonPrint0, sizeof(PushButtonPrint0)); //Open file for writing (Create) if(f_open(&SDFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_...