[日本語]
DMA転送(xout)後に転送が完了するまでのウェイトは、必要ないでしょうか?
[English]
Is it unnecessary to wait until the transfer is completed after DMA transfer (xout)?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
[日本語]
DMA転送(xout)後に転送が完了するまでのウェイトは、必要ないでしょうか?
[English]
Is it unnecessary to wait until the transfer is completed after DMA transfer (xout)?
Hi Shimizu-san,
There is no need to wait in the PRU for the DMA transfer complete. If you want to wait, then SBBO/SBCO or LBBO/LBCO could be used.
Of course, the PRU will continue to execute its instruction set while the DMA transfer is in progress and while the final data is getting written. This must be considered in the application.
Regards,
Thomas