Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By ematson5897
#5748 Is there any info on DMA whatsoever? I couldn't find any and was wondering if anyone knows anything about it on the esp8266
User avatar
By metalphreak
#14597 Based on what i've seen so far, I'm certain they're using AHB (AMBA) to connect the LX106 cpu core to all the peripherals. Don't forget this is a SoC, which is a bunch of individual component blocks connected together on a die.

http://en.wikipedia.org/wiki/Advanced_M ... chitecture

If you can find a copy of ESP8266_Pin_List_141105.xlsx, it has a lot of the internal pin connections listed. Doubt it'll be of any help though. You really need specific details of how its all routed internally to get DMA working, until Espressif release any details.