mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cfba157fdd
The DMA cannot receive data correctly when the buffer address is not WORD aligned. Currently we only check whether the buffer is in the DRAM region. The DMA always write in WORDs, so the length arguments should also be multiples of 32 bits. A check is added to see whether the buffer is WORD aligned and has valid length. |
||
---|---|---|
.. | ||
bluetooth | ||
ethernet | ||
mesh | ||
peripherals | ||
protocols | ||
provisioning | ||
storage | ||
system | ||
wifi | ||
error-codes.rst | ||
index.rst | ||
kconfig.rst | ||
template.rst |