Hello,
I'm trying to perform the USB Host application on a custom board with S7G2 microcontroller. I have the same thread configuration as the r30an0239eu0122-synergy-usbx-msc-host example.
Although the pin configuration is a little bit different. Instead of having the USBHS0 directly configured, we have it disabled and the USBH enable is configured as GPIO in the pin PB00. Is this correct? (I have also tried configuring USBHS0 as custom and connecting VBUSEN to PB00).
When I try to debug the application, it stops at BSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0) inside g_ux_host_0_err_callback_internal function.
Any idea why this is happening?
Regards,
isaenz