SAR ADC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,938件の閲覧回数
matthiasuhlmann
Contributor II


Hi All,

 

I need to setup the ADC_16 to measure several input measurements.

Can somebody help me to set up a propper implementation?

- how can i set up a smaple sequence? (e.g. AD10,AD12,AD20)?

- how can i use DMA to prevent using IRQ's?

- Is there somewhere a code example available?

 

Thank you!

 

Matthias

ラベル(1)
1 解決策
1,723件の閲覧回数
ankur_kala
NXP Employee
NXP Employee

Hi Matthias,

You can look in AN4583, where the SAR ADC is used for PFC implementation along with the DMA. This will solve all the above three queries. the link for the same is http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4583.pdf?&Parent_nodeId=&Parent_pag...

You can also download the code from freescale web : RDPFCPMSMMC56F84789: Dual Sensorless PMSM FOC with PFC Reference Design: Dual Sensorless PMSM FOC wi...

Note: if the answer helps please mark it as helpful/correct.

Regards,

Ankur

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,723件の閲覧回数
ankur_kala
NXP Employee
NXP Employee

Hi Matthias,

which device are you working upon?

0 件の賞賛
返信
1,723件の閲覧回数
matthiasuhlmann
Contributor II

MC56F84789

I am getting in slow... :smileyhappy: but i still have no solution to initiate a scan sequence whidout using interupts...

0 件の賞賛
返信
1,724件の閲覧回数
ankur_kala
NXP Employee
NXP Employee

Hi Matthias,

You can look in AN4583, where the SAR ADC is used for PFC implementation along with the DMA. This will solve all the above three queries. the link for the same is http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4583.pdf?&Parent_nodeId=&Parent_pag...

You can also download the code from freescale web : RDPFCPMSMMC56F84789: Dual Sensorless PMSM FOC with PFC Reference Design: Dual Sensorless PMSM FOC wi...

Note: if the answer helps please mark it as helpful/correct.

Regards,

Ankur

0 件の賞賛
返信
1,723件の閲覧回数
matthiasuhlmann
Contributor II

Hi Ankur,

Thank you for your help.

It was more or less what i needed and helped me to solve my problem!

Regards,

Matthias