Issue write enable / write disable commands #3

Closed
opened 2018-12-19 00:00:51 +00:00 by mithro · 1 comment
  • Write Enable (06h)
  • Write Disable (04h)
* `Write Enable (06h)` * `Write Disable (04h)`
Owner

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”"

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”"
xobs closed this issue 2018-12-19 01:18:47 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xobs/fomu-flash#3
No description provided.