This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB0 File System Init on MCBSTM32F200

I'm trying initialize USB File system for MCBSTM32F200 Board.
I can do it for USB1 port but USB0 fails.
I'm not sure if this is the exact place where it hangs but this is the call sequence I observe.
Init() in fs_usbh_mcs.c
USBH0_STM32_Pins_Config() in usbh_stm32f2xx.c
USBH0_STM32_Init() in usbh_stm32f2xx.c
from here it comes to USBH_STM32_Delay_ms and there it is hanging.

Did any one face this issue?
Any help regarding this is very much appreciated.
Thanks in advance!

0