Hello
I want to use mibadc ,for only one Io for adc.
I hope to trigger many times, and read the data later.means read more data.
I find mibadc is many data for more io, I want only one io for more data
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.
Hello
I want to use mibadc ,for only one Io for adc.
I hope to trigger many times, and read the data later.means read more data.
I find mibadc is many data for more io, I want only one io for more data
Hi Whong,
There are totally 64 buffers for 3 ADC conversion groups. You can use threshold interrupt, and read the ADC conversion data from the ADC RAM in the INT ISR.
Since this device doesn't have DMA, it will take time for CPU to read those conversion data. I will write a example project for this. How about to try another device which supports DMA?
T
Hello Whong,
please check this thread:
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/911120
I posted the example to this old thread.