<diondokter[m]>
<RockBoynton[m]> "with sequential-storage, is it..." <- Hmmmm... the assumption is made that the flash is either erased of only written by the crate before.
<diondokter[m]>
Using it on random data is not advised. Though hanging sounds quite bad and should probably be fixed...
<davidmpye[m]>
I'm using a Pico as an i2c matrix keypad driver because I have no space constraints and by the time I have both
alex[m]1 has joined #rust-embedded
<alex[m]1>
your command and the error do not match their paths; this is confusing. if the board is a Linux (or similar system), this might be something like the binary not being the right kind (you can use the file command to verify, if available), or missing the executable bit
<thejpster[m]>
diondokter: I have invited you to the org
<diondokter[m]>
thejpster[m]: Ah cool! it can be merged now!
<thejpster[m]>
Welcome to the gang
<RockBoynton[m]>
<diondokter[m]> "Hmmmm... the assumption is..." <- > <@diondokter:matrix.org> Hmmmm... the assumption is made that the flash is either erased of only written by the crate before.
<RockBoynton[m]>
> Using it on random data is not advised. Though hanging sounds quite bad and should probably be fixed...
<RockBoynton[m]>
It seems to take slightly longer to fetch or store after a fresh erase, than after it is first fetched or stored to. It was just hanging because I expected there to be no delay in the code (I fixed that bug in my code)