Hi,
I'm getting this cur someone know how can I solve it ?
thanks
ADUCM355
Recommended for New Designs
The ADuCM355 is an on-chip system that controls and measures electrochemical sensors and biosensors. The ADuCM355 is an ultralow power, mixed-signal microcontroller...
Datasheet
ADUCM355 on Analog.com
Hi,
I'm getting this cur someone know how can I solve it ?
thanks
Hi,
Kindly use the latest square wave voltammetry code posted here:
Thanks,
I am having some troubles. I want generate a Square have since -1400 to 0 V.
What are parameters to put here?
/* Step 2:Configure square wave signal parameters */
pRampCfg->RampStartVolt = -1400.0f; /* -0.5V */
pRampCfg->RampPeakVolt = 0.0f; /* +0.5V */
pRampCfg->VzeroStart =0.0f; /* 1.3V */
pRampCfg->VzeroPeak =0.0f; /* 1.3V */
thnks
Vzero cannot be set to 0 Volts. Minimum allowed voltage for Vzero is 200mV.
SWV start voltage = RampStartVolt + VzeroStart
SWV end volatge = RampPeakVolt + VzeroPeak