Example program for AD717x and AD411x family of products.

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 12:23:16 2021 +0100
Revision:
8:2e0e9b520392
Parent:
5:0f5d5f0b37d4
No-OS Adoption Changes:
* Updated the .lib files for adoption of no-OS repository as-is.
* Replaced platform_drivers.h with required header files.
* Updated the copyright year.

Mbed OS update changes:
1) Added the mbed_app.json file with custom parameters.
2) Updated the mbed-os version to 6.8.0

Updated the readme file.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mahphalke 1:48914f9593f1 1 Evaluation Boards/Products Supported
mahphalke 1:48914f9593f1 2 ------------------------------------
mahphalke 1:48914f9593f1 3 EVAL-AD4111SDZ
mahphalke 1:48914f9593f1 4 EVAL-AD4112SDZ
mahphalke 5:0f5d5f0b37d4 5 EVAL-AD4114/15SDZ
mahphalke 2:38cbe79544c6 6 EVAL-AD7175-2
mahphalke 1:48914f9593f1 7 EVAL-AD7175-8
mahphalke 1:48914f9593f1 8 EVAL-AD7176-2
mahphalke 1:48914f9593f1 9 EVAL-AD7177-2
mahphalke 1:48914f9593f1 10 EVAL-AD7172-2
mahphalke 1:48914f9593f1 11 EVAL-AD7172-4
mahphalke 1:48914f9593f1 12 EVAL-AD7173-8SDZ
Kjansen 8:2e0e9b520392 13
Kjansen 8:2e0e9b520392 14
malavikasaji 0:3ef280629802 15 Overview
malavikasaji 0:3ef280629802 16 --------
mahphalke 1:48914f9593f1 17 These code files provide the console application and device libraries to
mahphalke 1:48914f9593f1 18 interface with AD717x/AD411x EVAL boards. This code was developed and tested on SDP-K1
mahphalke 1:48914f9593f1 19 controller board: https://os.mbed.com/platforms/SDP_K1/
Kjansen 8:2e0e9b520392 20
mahphalke 1:48914f9593f1 21 Product details: https://www.analog.com/en/products/ad4111.html
mahphalke 1:48914f9593f1 22 https://www.analog.com/en/products/ad4112.html
mahphalke 5:0f5d5f0b37d4 23 https://www.analog.com/en/products/ad4115.html
mahphalke 1:48914f9593f1 24 https://www.analog.com/en/products/landing-pages/001/ad717x-family.html
mahphalke 1:48914f9593f1 25 Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD4111.html
mahphalke 1:48914f9593f1 26 (*Refer device datasheet page for the respective EVAL boards manual)
mahphalke 1:48914f9593f1 27 User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad717x_ad411x_mbed_example
mahphalke 1:48914f9593f1 28 Communication Protocol: SPI
malavikasaji 0:3ef280629802 29
malavikasaji 0:3ef280629802 30
malavikasaji 0:3ef280629802 31 Hardware Setup
malavikasaji 0:3ef280629802 32 --------------
mahphalke 1:48914f9593f1 33 Required: SDP-K1 (or alternative MBED enabled controller board), EVAL-AD4111SDZ (or other AD717x/AD411x supported EVAL board),
malavikasaji 0:3ef280629802 34 USB cable.
mahphalke 1:48914f9593f1 35 Plug in the EVAL board on SDP-K1 board (or any other Mbed enabled
mahphalke 1:48914f9593f1 36 controller board) using the SDP connector and screws.
mahphalke 1:48914f9593f1 37 Connect SDP-K1 board to the PC using the USB cable.
malavikasaji 0:3ef280629802 38
malavikasaji 0:3ef280629802 39
malavikasaji 0:3ef280629802 40 How to Get Started
malavikasaji 0:3ef280629802 41 ------------------
malavikasaji 0:3ef280629802 42 Open Mbed online compiler. https://ide.mbed.com/compiler
Kjansen 8:2e0e9b520392 43 Import Code into compiler. Instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v6.8/quick-start/build-with-the-online-compiler.html
Kjansen 8:2e0e9b520392 44 Compile code to generate binary file and then drag and drop binary into SDP-K1 controller board. Detailed instructions are here:
Kjansen 8:2e0e9b520392 45 https://os.mbed.com/docs/mbed-os/v6.8/build-tools/getting-your-program-on-your-board.html
Kjansen 8:2e0e9b520392 46
Kjansen 8:2e0e9b520392 47 Refer project wiki page to find detailed guide on how to use firmware:
Kjansen 8:2e0e9b520392 48 https://wiki.analog.com/resources/tools-software/product-support-software/ad5592r_mbed_example
malavikasaji 0:3ef280629802 49
malavikasaji 0:3ef280629802 50
malavikasaji 0:3ef280629802 51 Notes
malavikasaji 0:3ef280629802 52 -----
Kjansen 8:2e0e9b520392 53 Refer this page for latest documentation on Mbed-OS: https://os.mbed.com/docs/mbed-os/v6.8/introduction/index.html
Kjansen 8:2e0e9b520392 54 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:3ef280629802 55
Kjansen 8:2e0e9b520392 56 Copyright (c) 2020 Analog Devices, Inc. All rights reserved.