STM32F746 Discovery USB Mass Storage Class FATFS f_mount successfully but f_open file failed..
Hi,
I have working on below setup.
Hardware :
STM32F746G Discovery board
USB Thumb Drive 16/32 GB.
Tool Chain:
STMCubeMX
Repository -> STM32Cube_FW_F7_V1.11.0
Keil uVision 5 Demo VersionSTM32_USB_3
Application_start , Application_Disconnect and f_mount works
case APPLICATION_START:
HAL_GPIO_WritePin (LD1_GPIO_Port,LD1_Pin,GPIO_PIN_SET);
case APPLICATION_DISCONNECT:
HAL_GPIO_WritePin (LD1_GPIO_Port,LD1_Pin,GPIO_PIN_RESET);
if(f_mount(&USBDISKFatFs, (TCHAR const*)USBHPath, 0) != FR_OK)
{
Error_Handler();
}
But failed to f_open file -> then further to f_write and f_read and f_close.
Please help me resolve this issue .
Which Repository version is stable for STM32Cube_FW_F7_Vx.xx.xx for FATFS,exFAT , USB MSC , SDCard . ?
Thanks ..
--
Gurpreet Singh
