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
It appears that the unique id, as printed to the usb device descriptors, is printed as big-endian. If we read the data and output the data as little-endian (which is consistent with how the board reads the device from the Winbond flash), we would get a little-endian result that disagrees with the iSerial usb descriptor field.
Poofjunior
changed the title
UUID not populating from Winbond Flash
UUID not populating correctly from Winbond Flash
Feb 18, 2025
It appears that this works in some devices (harp.device.white-rabbit) but not others (harp.device.environment-sensor), even when both are using the same version of the pico sdk and Harp core. Here's a screenshot of the register dump across a working device (top) and not-working device (bottom)
We might have the wrong library function call. The right call may be:
The text was updated successfully, but these errors were encountered: