SAMV7 Ethernet: I- and D-Cache are now enabled in the netnsh/ configuration. D-Cache is enabled in write-though mode. This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
Description
No description provided
Languages
C
97.1%
Assembly
1.2%
CMake
0.6%
Makefile
0.5%
Python
0.3%
Other
0.3%