USB host msc stm32f107 stop writing to usb memory stick after 30-40 times. f_open() return FR_DISK_ERR
Hi. I'm tring to save data to usb memory stick. this is main fuction :while (1) { /* USER CODE END WHILE */ MX_USB_HOST_Process(); /* USER CODE BEGIN 3 */ switch(Appli_state) { case APPLICA...