Posted on April 19, 2016 at 18:00
Hi,
I'm using an STm32F107 and I trie to configure the USB interface as host to access to an key.
This is the initialization code :
MX_USB_HOST_Init();
MX_FATFS_Init();
with :
...
Posted on March 02, 2016 at 11:57
Hi,
I tried to configure my STm32F107 using the ''Cube'' to use the CAN1 and user ledsand I found a bug.
This is the initialization code generated by the ''Cube'':
void HAL_CAN_MspInit(CAN...
Posted on April 21, 2016 at 19:01Hi Clive, thank you for your response.The function ''f_open()'' always returns FR_DISK_ERR.I've observed that this happens because the USB host handle takes the following states :gstate : HOST_IDLE, HOST_DEV_ATTACHED...
Posted on March 08, 2016 at 10:57 Hi Mayla, thanks for your response. I think I'm using the 4.13 version of CubeMX : STM32CubeMX4.0.201602081222com.st.microxplorer.feature.groupSTMicroelectronics The .ioc file is attached. Ber...