Skip to main content

write

Function write 

Source
pub fn write(addr: u32, data: &[u8])
Expand description

Write data to flash at addr (RM §16.4.6).

Must not cross a page boundary. data length must be a multiple of 4 bytes, addr must be 4-byte aligned.