arduino-libraries / Arduino_USBHostMbed5

Apache License 2.0
4 stars 11 forks source link

Can not run USBHostMBed5 from M4 Core! #45

Closed mjs513 closed 12 months ago

mjs513 commented 1 year ago

While experimenting with my gamepad sketches I tried a simple test where I would send gamepad info from the M4 core to the M7 core and found that it would hang, i.e., loose Serial connectivity, and basically kills the Giga.

For example sketches and detailed info see in the following forum post: https://forum.arduino.cc/t/can-not-find-examples-for-usbhostserial/1182486/49

facchinm commented 12 months ago

Should now be fixed by a combination of 782ede3 and https://github.com/arduino/ArduinoCore-mbed/pull/774 . The core containing the fixes will be available in the next few weeks but in the meantime it can already be tested using the git versions

mjs513 commented 12 months ago

@facchinm - thanks will hang on a bit until the formal release.