pico-feedback icon indicating copy to clipboard operation
pico-feedback copied to clipboard

False value in SIGNATURE item table

Open hnj2 opened this issue 2 months ago • 1 comments

The current RP2350 datasheet describes the SIGNATURE item (Section 5.9.2.4) as follows:

Image

However, the boot/picobin.h header defines:

#define PICOBIN_BLOCK_ITEM_SIGNATURE                    _u(0x09)

The first byte of a SIGNATURE item in the documentation should therefore be 0x09 not 0x4b.

hnj2 avatar Oct 07 '25 14:10 hnj2