MPC5644A EQADC 24 channels continuous scan

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5644A EQADC 24 channels continuous scan

Jump to solution
573 Views
kaifalkenberg
Contributor I

Hi,

I would like to continuously scan 24 channels (externally multiplexed) on ADC0 of the MPC5644A. Is it possible to configure the 6 CFIFOs as if they where one large command FIFO, then get an EOQ interrupt at the last conversion and automatically start over at channel 0? If not, what is the recommended way to do such a conversion efficiently without DMA?

Thanks a lot!

0 Kudos
Reply
1 Solution
547 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

What you sketched up you could possibly achieve SW way, using interrupt and SW triggering.

View solution in original post

0 Kudos
Reply
2 Replies
548 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

What you sketched up you could possibly achieve SW way, using interrupt and SW triggering.

0 Kudos
Reply
548 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

No, it is not possible. You can have CQueue in the SRAM as long as you need it, but using of DMA is necessary.

davidtosenovjan_0-1679490950137.png

 

 

0 Kudos
Reply