Question
B-U585I-IOT02A USB Host
Hello forum,
I'm trying to setup my B-U585I-IOT02A as a USB host.
Ive turned on the following:
- USBPD - Type C only, TIM2, enabled USB support
- USBX - core, Host CoreStack FS, Host Controller FS, MSC
- USB_OTG_FS - Host Only
- UCPD - Source
- FileX - FileX Core
to initiate I've used these in my main:
MX_USB_OTG_FS_HCD_Init();
ux_host_stack_hcd_register(_ux_system_host_hcd_stm32_name,_ux_hcd_stm32_initialize, (ULONG)USB_OTG_FS,(ULONG)&hhcd_USB_OTG_FS);
It seems I don't get the any power out to my USB flash drive, and the USB event callback doesn't work.
am I doing something wrong? am I missing something? thanks in advace
