How many clk will DMA take to complete ADC data transmission

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How many clk will DMA take to complete ADC data transmission

跳至解决方案
2,090 次查看
王剑翰
Contributor III

For K10, if I use ADC to capture data and DMA to translate the data, how many clk will DMA take to complete ADC data transmission?

标签 (1)
0 项奖励
回复
1 解答
2,025 次查看
EarlOrlando
Senior Contributor II

Sorry I didn't notice that you specified that you are using the K10 MCU but I took a look into the K10 reference manual and the EDMA peripheral is exactly the same so the information that I provided is correct.

Best regards,

Earl.

在原帖中查看解决方案

3 回复数
2,025 次查看
EarlOrlando
Senior Contributor II

Hello,

The DMA performance is reported in the reference manual. I.e. for the K64F in its reference manual in the chapter 22.4.4 is documented how to calculate the time that the DMA needs to complete a transaction. In this case the transaction corresponds to a an internal peripheral to internal SRAM so it needs 9 clock cycles assuming zero wait-states. For a more detailed information please go to the reference manual.

Best regards,

Earl.

2,026 次查看
EarlOrlando
Senior Contributor II

Sorry I didn't notice that you specified that you are using the K10 MCU but I took a look into the K10 reference manual and the EDMA peripheral is exactly the same so the information that I provided is correct.

Best regards,

Earl.

2,025 次查看
王剑翰
Contributor III

Hi Earl,

Sorry for late, and thanks for your kindly reply!

I have checked it.

0 项奖励
回复