Hi world,
I'm working with custom RP2040 boards with IS25LP***D flash chip (usually IS25LP016D)
I've made custom board file and all works fine.
The trouble is with the uID returned using pico_get_unique_board_id( ) and pico_get_unique_board_id_string( ) functions.
pico_unique_board_id_t is 8 bytes long but the uID from IS25LP***D is 16 bytes long, so we have a lot of same uID.
Maybe could I override PICO_UNIQUE_BOARD_ID_SIZE_BYTES in my board file ?
... any idea to solve that ?
Thansk for reading.
Sebastien.