* Hey diondokter I'm giving `sequential_storage` a try but am hitting a snag you might have worked around before. The STM32L4 I'm testing on does not allow for the `MultiwriteNorFlash` trait bound. > The Flash memory is programmed 72 bits at a time (64 bits + 8 bits ECC). > Programming in a previously programmed address is not allowed except if the data to write > is full zero Is there someway to relax this bound or is it critical? After checking a few STM32 datasheets it seems like this multiwrite feature in not well supported unfortunately. :(