Hello,
I am confused about how to use the flash. I extended the UserFlash code like so
I am doing the following actions
- Writing 100 to the 1st byte
- Reading the 1st byte to confirm it is 100
- Writing 50 to the 2nd byte
- Reading the 2nd byte to confirm it is 50
- Reading the 1st byte to confirm that it is still 100
As you can see in the logs. I read 50 in step 5. So i am confused. Any help? Thanks!