IIO firmware for the AD717x and AD411x family of devices.

Dependencies:   sdp_k1_sdram

Revision:
0:5ad86d8d396a
Child:
1:f71de62b7179
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Thu Jun 09 10:57:51 2022 +0530
@@ -0,0 +1,51 @@
+Evaluation Boards/Products Supported
+------------------------------------ 
+EVAL-AD4111SDZ
+EVAL-AD4112SDZ
+EVAL-AD4114SDZ
+EVAL-AD4115SDZ
+EVAL-AD7172-4SDZ
+EVAL-AD7173-8SDZ
+EVAL-AD7175-2SDZ
+EVAL-AD7175-8SDZ
+EVAL-AD7176-2SDZ
+EVAL-AD7177-2SDZ
+
+Overview
+--------
+This is a IIO based firmware application to evalute the ADxxxx device.
+This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/.
+Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications.
+
+Product details: https://www.analog.com/en/products/ad4111.html, https://www.analog.com/en/products/ad7172-2.html
+Product Evaluation board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD4111.html
+User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad717x_mbed_iio_support
+Communication Protocol: SPI
+
+
+Hardware Setup
+--------------
+Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-ADxxxx board and USB cable.
+Plug in the EVAL-AD4111 board on SDP-K1 board (or any other Mbed enabled controller board) 
+using the SDP-120 or Arduino or PMOD on-board connector (refer software wiki page to identify suitable interface).
+Connect SDP-K1 board to the PC using the USB cable.
+
+
+How to Get Started
+------------------
+Create an account with Keil Studio and log in: https://www.keil.arm.com/mbed/
+Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD717x-AD411x-IIO/
+Instructions on how to import code are here: https://developer.arm.com/documentation/102497/1-5/Create-or-import-a-project/Import-an-Mbed-project-from-a-URL
+Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed 
+instructions here: https://os.mbed.com/docs/mbed-os/v6.8/tools/getting-your-program-on-your-board.html
+Open Tera Term (or alternative), select 230400 baud rate, and the applicable COM 
+port to see the list of options.
+
+
+Notes
+-----
+If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html
+A detailed user guide on SDP-K1 controller board is available here https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SDP-K1.html.
+
+
+Copyright (c) 2022 Analog Devices, Inc.  All rights reserved.
\ No newline at end of file