embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::rom_data

Function flash_range_program

Source
pub unsafe extern "C" fn flash_range_program(
    addr: u32,
    data: *const u8,
    count: usize,
)
Expand description

Program data to a range of flash addresses starting at addr (and offset from the start of flash) and count bytes in size. The value addr must be aligned to a 256-byte boundary, and count must be a multiple of 256.