Jan Menzel wrote: > On 28.11.2014 03:07, Grzegorz Niemirowski wrote: >> Does your low level driver use DMA? Is AHB-SRAM accessible by DMA? >> > Yes, all memory is accessible via DMA. IIRC datasheet says that flash > can not be used with EMAC.
I don't know the LPC1768, but a quick look at the LPC1769/68/67/66/65/64/63 Datasheet brings up this: --- snip --- On-chip SRAM includes: - 32/16 kB of SRAM on the CPU with local code/data bus for high-performance CPU access. - Two/one 16 kB SRAM blocks with separate access paths for higher throughput. These SRAM blocks may be used for Ethernet, USB, and DMA memory, as well as for general purpose CPU instruction and data storage. --- snap --- To me, this implies the first SRAM block is for CPU-only storage (like stack, state info, etc) and cannot be used for DMA. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
