You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino IDE version (found in Arduino -> About Arduino menu): 2.0.1 (Also saw the issue on the legacy IDE)
Please note this seems to be slightly intermittent; see notes at end.
Install 1.1.5 version of Adafruit DotStar
The sketch below (which simply flashes the onboard DotStar in blue) will compile, upload, and work fine.
Install 1.2.0 or 1.2.1 version of DotStar
The same sketch will compile and upload, but after the device reboots it crashes and you get the "USB device not recognized". Resetting or disconnecting/reconnecting the Trinket makes no difference; you have to do a double-reset to get to the bootloader in order to get the device responding again.
I have 4 Trinket M0s, and the problem can be reproduced reliably on 3 of them. Of those three, two have the 2.0.0 UF2 bootloader, and I upgraded one of them to the latest 3.14.0 to see if that made a difference (it didn't).
On the fourth board, which also has the 2.0.0 UF2 bootloader, the problem is intermittent; immediately after upload it usually works, but resetting the board with the reset button or a power cycle brings it to the same "USB device not recognized".
All four boards work reliably with the 1.1.5 version of the library.
I also have a couple of ItsyBitsy M4s with onboard DotStars; I tried both of them (with the appropriate pin numbers) and didn't see the problem there.
The text was updated successfully, but these errors were encountered:
Just tested this with a Trinket M0 and it works. So can't recreate the issue described.
Make sure all other Arduino libraries and Board Support Packages are up to date as well.
This behavior:
The same sketch will compile and upload, but after the device reboots it crashes and you get the "USB device not recognized". Resetting or disconnecting/reconnecting the Trinket makes no difference; you have to do a double-reset to get to the bootloader in order to get the device responding again.
sounds like something more lower level is not working as expected.
Arduino board: Adafruit Trinket M0
Arduino IDE version (found in Arduino -> About Arduino menu): 2.0.1 (Also saw the issue on the legacy IDE)
Please note this seems to be slightly intermittent; see notes at end.
I have 4 Trinket M0s, and the problem can be reproduced reliably on 3 of them. Of those three, two have the 2.0.0 UF2 bootloader, and I upgraded one of them to the latest 3.14.0 to see if that made a difference (it didn't).
On the fourth board, which also has the 2.0.0 UF2 bootloader, the problem is intermittent; immediately after upload it usually works, but resetting the board with the reset button or a power cycle brings it to the same "USB device not recognized".
All four boards work reliably with the 1.1.5 version of the library.
I also have a couple of ItsyBitsy M4s with onboard DotStars; I tried both of them (with the appropriate pin numbers) and didn't see the problem there.
The text was updated successfully, but these errors were encountered: