Take the SPI flash out of deep sleep mode #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like the
AT25SF161
might need aResume from Deep Power-Down (ABh)
command before being able to do anything?The
AT25SF161
does not require this command, however it has been added as part ofspiInit()
.