doc: update the memory types and startup docs
This commit is contained in:
@@ -92,6 +92,10 @@ DMA-Capable Memory
|
||||
|
||||
Use the ``MALLOC_CAP_DMA`` flag to allocate memory which is suitable for use with hardware DMA engines (for example SPI and I2S). This capability flag excludes any external PSRAM.
|
||||
|
||||
.. only SOC_SPIRAM_SUPPORTED and not esp32::
|
||||
|
||||
The EDMA hardware feature allows DMA buffers to be placed in external PSRAM, but there may be additional alignment constraints. Consult the {IDF_TARGET_NAME} Technical Reference Manual for details. To allocate a DMA-capable external memory buffer, use the ``MALLOC_CAP_SPIRAM`` capabilities flag together with :cpp:func:`heap_caps_aligned_alloc` with the necessary alignment specified.
|
||||
|
||||
.. _32-bit accessible memory:
|
||||
|
||||
32-Bit Accessible Memory
|
||||
|
||||
Reference in New Issue
Block a user