"https://github.com/embassy-rs/..." <- > <@diondokter:matrix.org> https://github.com/embassy-rs/embassy/blob/26e660722cca9151e5a9331c328421145509ab20/embassy-rp/src/flash.rs#L163-L225 > > This is the embassy code. It only emulates 1-byte writes by padding with 0xFF to whole pages Just out of interest, does this work by padding the data with 0xff on the left on the right of the page boarders and then writing that? Because of the you can only flip bits to 0 and not to 1 when writing you don't modify anything else?