Replies: 1 comment 8 replies
-
|
OK the first idea I had worked, in function bool hcd_port_connect_status(uint8_t rhport), hcd_rusb2.c, I have a mouse and it seems to be working, didn't test on other devices yet. I have no idea why it is not working, and why it works on other RA chips. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While the USB Device ran out of the box, I cannot make USB Host work.
I am not using the e2studio, just following the normal tinyusb steps.
Is it working normally and I am doing something wrong, or it is not working yet?
I am running the host/cdc_msc_hid example. I am building with the following:
cmake -G Ninja -DBOARD=ra8m1_ek -DLOGGER=rtt -DCMAKE_BUILD_TYPE=Debug -DLOG=3 -DRHPORT_HOST=0 -DRHPORT_HOST_SPEED=OPT_MODE_FULL_SPEED ..I get the following in the RTT viewer.
Thanks.
Edit: I also didn't forget the jumper configurations for USB Host: J12 1-2 and J15 open.
Beta Was this translation helpful? Give feedback.
All reactions