atsamd: itsybitsy_m4/examples/usb_serial.rs is broken - older version works
usb_serial.rs in master seems to be broken (at least on the ItsyBitsy M4 Express) - that is: no debug output comes out of the UART and no ACM device is enumerated with lsusb
However, if i checkout https://github.com/atsamd-rs/atsamd/blob/15d084c99b5cfed81b71d2d6f29123f47c2baf6f/boards/itsybitsy_m4/examples/usb_serial.rs this version works fine: device is shown in lsusb, debug messages are dumped over the UART and can set the led colour over the ACM device etc.
I can see in the roadmap the UARTv2 may replace this, so this may be a won’t fix item, but raising anyway.
Using:
rustc --version
rustc 1.53.0 (53cb7b09b 2021-06-17)
and ItsyBitsy M4 Express
Hope this helps
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 21 (20 by maintainers)
So, using PAC v0.10 disabling CMCC does nothing…but on v0.11 the builtin led starts on color purple. Still not getting this thing to work, but at least now dmesg says something
About de PAC: ICB is not in version 0.10, at least not in CorePeripherals. It is there on version 0.11 tho