gdma_config_transfer() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK: Configure DMA transfer parameters successfully - ESP_ERR_INVALID_ARG: Configure DMA transfer parameters failed because of invalid argument - ESP_FAIL: Configure DMA transfer parameters failed because of other error

Notes

It's highly recommended to enable the burst mode and set proper burst size for the DMA channel, which can improve the performance in accessing external memory by a lot.

References

from examples