The Write Disable (04h) is not necessary because "When the CS pin is deasserted, the WEL bit in the Status Register will be set to a logical “1”"
We already issue `Write Enable (06h)` before writing:
https://git.xobs.io/xobs/fomu-flash/src/branch/master/spi.c#L560
The `Write Disable (04h)` is not necessary because "When the CS pin is deasserted, the WEL bit in the Status Register will be set to a logical “1”"
Write Enable (06h)
Write Disable (04h)
We already issue
Write Enable (06h)
before writing:https://git.xobs.io/xobs/fomu-flash/src/branch/master/spi.c#L560
The
Write Disable (04h)
is not necessary because "When the CS pin is deasserted, the WEL bit in the Status Register will be set to a logical “1”"