Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Committer:
mahphalke
Date:
Mon Oct 05 13:45:15 2020 +0530
Revision:
1:819ac9aa5667
Parent:
0:3791805e8370
Child:
6:32de160dce43
AD7606 IIO Application- Initial Revision

Who changed what in which revision?

UserRevisionLine numberNew contents of line
malavikasaji 0:3791805e8370 1 Evaluation Boards/Products Supported
malavikasaji 0:3791805e8370 2 ------------------------------------
mahphalke 1:819ac9aa5667 3 -Products supported: AD7606B, AD7606C, AD7605-4, AD7606-4, AD7606-6, AD7606-8, AD7608, AD7609
mahphalke 1:819ac9aa5667 4 -EVAL-AD7606B-FMCZ
mahphalke 1:819ac9aa5667 5
malavikasaji 0:3791805e8370 6
malavikasaji 0:3791805e8370 7 Overview
malavikasaji 0:3791805e8370 8 --------
mahphalke 1:819ac9aa5667 9 This is an IIO ecosystem based firmware application to evalute the AD7606 family ADCs.
mahphalke 1:819ac9aa5667 10 The ARM GCC compiler is used for firmware development on ARM Mbed platform.
mahphalke 1:819ac9aa5667 11 The ADI developed ARM Mbed SDP-K1 controlled board acts as a target device, where firmware application is running.
mahphalke 1:819ac9aa5667 12 The AD7606-Eval board is interfaced with SDP-K1 (or any Arduino compatible board) controller board using on-board Arduino Headers.
malavikasaji 0:3791805e8370 13
malavikasaji 0:3791805e8370 14
malavikasaji 0:3791805e8370 15 Hardware Setup
malavikasaji 0:3791805e8370 16 --------------
mahphalke 1:819ac9aa5667 17 Refer "Hardware Connections" section from below wiki page link:
mahphalke 1:819ac9aa5667 18 https://wiki.analog.com/resources/tools-software/product-support-software/ad7606_mbed_iio_application
malavikasaji 0:3791805e8370 19
malavikasaji 0:3791805e8370 20
malavikasaji 0:3791805e8370 21 How to Get Started
malavikasaji 0:3791805e8370 22 ------------------
malavikasaji 0:3791805e8370 23 Open Mbed online compiler. https://ide.mbed.com/compiler
mahphalke 1:819ac9aa5667 24 Import Code into compiler from here. Instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html
mahphalke 1:819ac9aa5667 25 Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed
mahphalke 1:819ac9aa5667 26 instructions here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html
malavikasaji 0:3791805e8370 27
mahphalke 1:819ac9aa5667 28 Refere project wiki page to find detailed guide on how to use firmware:
mahphalke 1:819ac9aa5667 29 https://wiki.analog.com/resources/tools-software/product-support-software/ad7606_mbed_iio_application
malavikasaji 0:3791805e8370 30
malavikasaji 0:3791805e8370 31
malavikasaji 0:3791805e8370 32 Notes
malavikasaji 0:3791805e8370 33 -----
malavikasaji 0:3791805e8370 34 If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html
malavikasaji 0:3791805e8370 35 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.
malavikasaji 0:3791805e8370 36
malavikasaji 0:3791805e8370 37
mahphalke 1:819ac9aa5667 38 Copyright (c) 2020 Analog Devices, Inc. All rights reserved.