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
From reading the comments in unique_id.h (which also appear here ) you might think that pico_get_unique_board_idalways returns the ID of the flash chip. However looking at the implementation it looks like that on RP2350 it actually gives you the SYS_INFO_CHIP_INFO (which I think is described in section 5.4.8.17. of https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf ?).
And I guess this also means that you won't get a unique_id of all-0xEE on PICO_NO_FLASH builds for RP2350? 😉
The text was updated successfully, but these errors were encountered:
From reading the comments in unique_id.h (which also appear here ) you might think that
pico_get_unique_board_id
always returns the ID of the flash chip. However looking at the implementation it looks like that on RP2350 it actually gives you theSYS_INFO_CHIP_INFO
(which I think is described in section 5.4.8.17. of https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf ?).And I guess this also means that you won't get a unique_id of all-0xEE on PICO_NO_FLASH builds for RP2350? 😉
The text was updated successfully, but these errors were encountered: