Skip to content

Once a flash write returns FlashError::OutOfSpace, any subsequent reads only return zeroes

The issue is because the spi transaction is not properly ended before this return:

https://gitlab.ewi.tudelft.nl/cese/embedded-systems-lab/tudelft-quadrupel/-/blob/main/src/flash.rs#L186