Hello,
I´m currently back to working on USB Host firmware, after to perform the initalizations according user guide so:
- call USBH_Init();
- install usbh task and isr
- call FS_Init();
- call USBH_MSD_Init()
Then I try to plug a flash drive in USB connector and set a breakpoint on device insertion callback function, but the program don´t reach here, apparently the code is the same, I´m using the BSP supplied by segger.
What I am missing to get the USB Host to work?
Regards.
Felipe
I´m currently back to working on USB Host firmware, after to perform the initalizations according user guide so:
- call USBH_Init();
- install usbh task and isr
- call FS_Init();
- call USBH_MSD_Init()
Then I try to plug a flash drive in USB connector and set a breakpoint on device insertion callback function, but the program don´t reach here, apparently the code is the same, I´m using the BSP supplied by segger.
What I am missing to get the USB Host to work?
Regards.
Felipe