aducm355-examples
aducm355-examples copied to clipboard
This repo includes examples for the Analog Devices ADUCM355 Precision Analog Microcontroller with Chemical Sensor Interface
Hello, I am running the EIS Example from , but instead of showing in the prompt to press the S2 switch to start the impedance test, it starts running without...
I have bought aducm355 board and I am referring to this [technical document](https://www.analog.com/media/en/technical-documentation/user-guides/eval-aducm355qspz-ug-1308.pdf). As per this document, I tried CYCLIC VOLTAMMETRY EXAMPLE, and the current response on my board matches...
Hello, I managed to successfully build the M355_GPIO.c exampled with IAR. However, when I compile it (GCC) with Segger Embedded Studio I fail because of a compilation error in the...
Hi, on the EVAL-ADuCM355 I can't see messages in RealTerm. Is the UART configured correctely in the code?
In [`I2cMWrCfg`](https://github.com/analogdevicesinc/aducm355-examples/blob/103ca8ed9d95cf7a5b5e875bde2dd1af4eda7a3b/common/I2cLib.c#L246) and [`I2cMRdCfg`](https://github.com/analogdevicesinc/aducm355-examples/blob/103ca8ed9d95cf7a5b5e875bde2dd1af4eda7a3b/common/I2cLib.c#L276C5-L276C14) the address registers are incorrectly set for 10-bit addressing mode: * The addressing mode is determined based on the device address: 7-bit mode for addresses up...
The projects in this repository for ADuCM355 depend on ARM Compiler 5, which the latest of Keil uVision5 does not come with by default. Customers can go learn how to...