SAMA5: Fix a bug in SAMA5 HSMCI. The bitfield mask and shift values were reversed resulting in a trashed value for the number of blocks in the BLOCKR register. This was sufficient to prevent DMA writes from working.
This commit is contained in:
parent
79dbd00f54
commit
f8b664b727
@ -3168,6 +3168,9 @@ To-Do List
|
||||
the SAMA5D4 which has a different DMA subsystem). This is a bug that
|
||||
needs to be resolved.
|
||||
|
||||
UPDATE: This problem may be fixed with a bug correct on 2015-03-15).
|
||||
Ned to retest.
|
||||
|
||||
3) GMAC has only been tested on a 10/100Base-T network. I don't have a
|
||||
1000Base-T network to support additional testing.
|
||||
|
||||
|
@ -3825,6 +3825,9 @@ To-Do List
|
||||
the SAMA5D4 which has a different DMA subsystem). This is a bug that
|
||||
needs to be resolved.
|
||||
|
||||
UPDATE: This problem may be fixed with a bug correct on 2015-03-15).
|
||||
Ned to retest.
|
||||
|
||||
4) I believe that there is an issue when the internal AT25 FLASH is
|
||||
formatted by NuttX. That format works fine with Linux, but does not
|
||||
appear to work with Windows. Reformatting on Windows can resolve this.
|
||||
|
Loading…
Reference in New Issue
Block a user