Expand description
Low level API for calling bootloader functions
Functionsยง
- busy_
wait - Wait for the current SPM operation to complete.
- copy_
to_ buffer - Fill the whole buffer at once
- erase_
page - Erase the page from program memory
- fill_
page - Write data to the page buffer
- lock_
bits_ set - rww_
enable - Re-enable the RWW section after programming, to enable it to be read
- store_
page - Store a whole page into program memory by erasing the page, filling the buffer,
and writing the buffer to the program memory.
address
must be page aligned. - write_
page - Write the page from the buffer to the program memory