gdma_config_transfer() function
Configure transfer parameters for a DMA channel
Arguments
config
Transfer configurations
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.