pub const RP2040_MAX_PROGRAM_SIZE: usize = 32;
Expand description

Maximum program size of RP2040 chip, in bytes.

See Chapter 3, Figure 38 for reference of the value.