Example Program for EVAL-AD7606

Dependencies:   platform_drivers

Revision:
6:32de160dce43
Parent:
1:819ac9aa5667
--- a/README.txt	Mon Oct 19 07:54:56 2020 +0000
+++ b/README.txt	Wed Jul 21 11:16:56 2021 +0100
@@ -7,9 +7,9 @@
 Overview
 --------
 This is an IIO ecosystem based firmware application to evalute the AD7606 family ADCs.
-The ARM GCC compiler is used for firmware development on ARM Mbed platform.
 The ADI developed ARM Mbed SDP-K1 controlled board acts as a target device, where firmware application is running.
-The AD7606-Eval board is interfaced with SDP-K1 (or any Arduino compatible board) controller board using on-board Arduino Headers.
+The ARM GCC/ARMC compiler is used for firmware development on ARM Mbed platform.
+The AD7606B-Eval board is interfaced with SDP-K1 (or any Arduino compatible board) controller board using on-board Arduino Headers.
 
 
 Hardware Setup
@@ -21,9 +21,9 @@
 How to Get Started
 ------------------
 Open Mbed online compiler. https://ide.mbed.com/compiler
-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
-Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed 
-instructions here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html
+Import Code into compiler. Instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v6.12/quick-start/build-with-the-online-compiler.html
+Compile code to generate binary file and then drag and drop binary into SDP-K1 controller board. Detailed instructions are here:
+https://os.mbed.com/docs/mbed-os/v6.12/build-tools/getting-your-program-on-your-board.html
 
 Refere project wiki page to find detailed guide on how to use firmware:
 https://wiki.analog.com/resources/tools-software/product-support-software/ad7606_mbed_iio_application
@@ -31,8 +31,8 @@
 
 Notes
 -----
-If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html
+Refere this page for latest documentation on Mbed-OS: https://os.mbed.com/docs/mbed-os/v6.12/introduction/index.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) 2020 Analog Devices, Inc.  All rights reserved.
\ No newline at end of file
+Copyright (c) 2021 Analog Devices, Inc.  All rights reserved.
\ No newline at end of file