Skip to content

The discovery project can not go into USBH_VIDEO_Process() #5

@liuzhijun23

Description

@liuzhijun23

I connect the usb camera(which can work ok on my computer) to my STM32F407 borad,and run the discorery project,I find that
the program can not go into USBH_VIDEO_Process(&hUsbHostFS) in USB_HOST_fast_class_call(),I find that the hUsbHostFS.gState = HOST_ABORT_STATE.I don't know the reason.Can you help me?
void USB_HOST_fast_class_call(void)
{
if (hUsbHostFS.gState == HOST_CLASS)
{
USBH_VIDEO_Process(&hUsbHostFS);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions