How many simultaneous ADC samples can I take with the Vybrid? Two?

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

How many simultaneous ADC samples can I take with the Vybrid? Two?

跳至解决方案
1,280 次查看
johnfielden
Contributor IV

Looking at the vybrid data sheet, there are multiple channels for two ADC ports.  But it appears that I can only take 2 measurements at a time.  I would like to use the DMA to store samples in memory.  If I only have one DMA channel available, I'm guessing that I can only take one measurement at a time.  Is there a way to interleave data?

0 项奖励
回复
1 解答
773 次查看
naoumgitnik
Senior Contributor V

Hello John,

Below is reply from another Community thread:

"Vybrid has 2 ADCs. Each can be synchronized by External hardware trigger support.

If you raise each, for each ADC, with two separate triggers at the same time, 2 ADCs will measure at the same time. For example using Programmable Delay Block (PDB)."

It might be not exactly about what you are asking, but it gave me a hint that you may probably use the Programmable Delay Block (PDB) to interleave data as well, i.e. make the 2 ADCs' data flow through one DMA channel in the synchronized manner.

Sincerely, Naoum Gitnik.

在原帖中查看解决方案

0 项奖励
回复
1 回复
774 次查看
naoumgitnik
Senior Contributor V

Hello John,

Below is reply from another Community thread:

"Vybrid has 2 ADCs. Each can be synchronized by External hardware trigger support.

If you raise each, for each ADC, with two separate triggers at the same time, 2 ADCs will measure at the same time. For example using Programmable Delay Block (PDB)."

It might be not exactly about what you are asking, but it gave me a hint that you may probably use the Programmable Delay Block (PDB) to interleave data as well, i.e. make the 2 ADCs' data flow through one DMA channel in the synchronized manner.

Sincerely, Naoum Gitnik.

0 项奖励
回复