Dear,
I would like to use DAC of ADuCM350 to generate a signal which is output of an array. In addition, I want to obtain the raw data of the ADC. I would appreciate it if you could provide routines for these operations.
Thanks.
KCC Quizzes AQQ303 about the radius of a circle
1. Quote of the month: "When I die, I want to die like my grandfather who died peacefully in his sleep. Not screaming like all the passengers in his car" - Will Rogers
2. Quiz AQQ304 about finding the radius of a circle
Good luck, and try to be
View All
August Monthly Blog Quiz! Read the blog, take the quiz, and you could win a gift card
Important: Read the blog first . The quiz questions are all based on the content of the blog:
Stay in the loop and win! Read the blog Current Output Driving Industrial Loops , then take our quick five-question quiz for a chance to win a gift card
View All
ADUCM350
Recommended for New Designs
The ADuCM350 is a configurable Impedance Converter and Potentiostat with current and voltage measurement capability for both Electrochemical sensors and...
Datasheet
ADUCM350 on Analog.com
Dear,
I would like to use DAC of ADuCM350 to generate a signal which is output of an array. In addition, I want to obtain the raw data of the ADC. I would appreciate it if you could provide routines for these operations.
Thanks.
Hi,
Information about the use of DACs and ADCs can be found in the Hardware Reference Manual. We also provide several example codes to help users to start using the ADUCM350's feature. I'll recommend checking the amperiometric example project where there is a routine to change DACs from one level to another, and then an ADC conversion at the end.
regards,
Mark
Hi,
Information about the use of DACs and ADCs can be found in the Hardware Reference Manual. We also provide several example codes to help users to start using the ADUCM350's feature. I'll recommend checking the amperiometric example project where there is a routine to change DACs from one level to another, and then an ADC conversion at the end.
regards,
Mark
Hi Mark,
How to use DAC of ADuCM350 for generating the arbitrary waveforms, and also obtain the raw data of the ADC without the sequencer?
Thanks!
Hi,
Without the sequencer, you will have to directly read and/or write to the registers that control the DAC and ADC.
If you want to follow the sequence examples in the ADuCM350 Hardware Reference Manual (Rev. E) (analog.com), you can reverse the process the process on how it is implemented in sequencer mode. Please refer to this App Note for more details on the sequencer - AN-1293 (Rev. 0) (analog.com). It should be easy enough, here's an example. The command 0x8A000034 in sequencer would translate to writing 0x0034 to address 0x40080014.
For ADC, it might be a bit more complicated than this but the raw ADC result can be access from AFE_ADC_RESULT register.
regards,
Mark
Hi Mark,
Many thanks!
So can you give me an example to directly operate the DAC for generating the arbitrary waveforms?
Best wishes!