renesas ra6m2 device stop generating the interrupts #2055
mcuenthusiast
started this conversation in
General
Replies: 1 comment
-
Hi All, some can please respond to my query if possible, I am can provide more input if required. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am trying to port the tinyUSB stack for USB Host mass storage application.
I have reused the low level drivers provided for ra4m1, I am also running it on freeRTOS.
Below is my issue.
Also, How can I check if Enumeration process was successful?
main()
{
create_task();
}
hcd_int_handler(uint8_t rhport)
{
//forwarding events
}
usb_host_task()
{
while(1)
{
tuh_task();
}
}
could you please help here?
Beta Was this translation helpful? Give feedback.
All reactions