Fix to SST25 driver to permit faster write modes. From David Sidrane

This commit is contained in:
Gregory Nutt
2013-11-02 08:27:13 -06:00
parent f3313a0f51
commit a2b6d12271
6 changed files with 58 additions and 51 deletions
+7 -1
View File
@@ -259,7 +259,13 @@ config SST25_SECTOR512
config SST25_SLOWWRITE
bool
default y
default n
---help---
There used to be a bug in the current code when using the higher speed AAI
write sequence. The nature of the bug is that the WRDI instruction is not
working. At the end of the AAI sequence, the status register continues to
report that the SST25 is write enabled (WEL bit) and in AAI mode (AAI
bit). This has been fixed by David Sidrane!
config SST25_SLOWREAD
bool