Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Committer:
malavikasaji
Date:
Tue Mar 24 14:42:35 2020 +0000
Revision:
0:0f4881f73ef9
Child:
1:63c505e13da4
Repository Created.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
malavikasaji 0:0f4881f73ef9 1 Evaluation Boards/Products Supported
malavikasaji 0:0f4881f73ef9 2 ------------------------------------
malavikasaji 0:0f4881f73ef9 3 EVAL-AD1234 (AD1234)
malavikasaji 0:0f4881f73ef9 4 EVAL-AD1256 (AD1256)
malavikasaji 0:0f4881f73ef9 5 << add more here >>
malavikasaji 0:0f4881f73ef9 6
malavikasaji 0:0f4881f73ef9 7 Overview
malavikasaji 0:0f4881f73ef9 8 --------
malavikasaji 0:0f4881f73ef9 9 These code files provide drivers to interface with AD1234 and communicate with
malavikasaji 0:0f4881f73ef9 10 EVAL-AD1234 board. This code was developed and tested on SDP-K1 controller board
malavikasaji 0:0f4881f73ef9 11 https://os.mbed.com/platforms/SDP_K1/.
malavikasaji 0:0f4881f73ef9 12
malavikasaji 0:0f4881f73ef9 13 Product details: https://www.analog.com/en/products/ad1234.html
malavikasaji 0:0f4881f73ef9 14 Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD1234.html
malavikasaji 0:0f4881f73ef9 15
malavikasaji 0:0f4881f73ef9 16
malavikasaji 0:0f4881f73ef9 17 Hardware Setup
malavikasaji 0:0f4881f73ef9 18 --------------
malavikasaji 0:0f4881f73ef9 19 Required: SDP-K1, EVAL-AD1234, USB cable, 12 V power supply, 60 MHz external
malavikasaji 0:0f4881f73ef9 20 clock supply.
malavikasaji 0:0f4881f73ef9 21 Plug in the EVAL-AD124 board on SDP-K1 board (or any other Mbed enabled
malavikasaji 0:0f4881f73ef9 22 controller board) using the SDP connector and screws.
malavikasaji 0:0f4881f73ef9 23 Connect SDP-K1 board to the PC using the USB cable.
malavikasaji 0:0f4881f73ef9 24
malavikasaji 0:0f4881f73ef9 25
malavikasaji 0:0f4881f73ef9 26 How to Get Started
malavikasaji 0:0f4881f73ef9 27 ------------------
malavikasaji 0:0f4881f73ef9 28 Open Mbed online compiler. https://ide.mbed.com/compiler
malavikasaji 0:0f4881f73ef9 29 Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD1234/
malavikasaji 0:0f4881f73ef9 30 instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html
malavikasaji 0:0f4881f73ef9 31 Compile code. Drag and drop binary into SDP-K1 controller board. instructions
malavikasaji 0:0f4881f73ef9 32 here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html
malavikasaji 0:0f4881f73ef9 33 Open Tera Term, select 9600 baud rate, and the applicable COM port to see the
malavikasaji 0:0f4881f73ef9 34 list of options.
malavikasaji 0:0f4881f73ef9 35
malavikasaji 0:0f4881f73ef9 36 A detailed user guide on how to use SDP-K1 board on Mbed platform is available
malavikasaji 0:0f4881f73ef9 37 here: <<Mbed user guide>>
malavikasaji 0:0f4881f73ef9 38
malavikasaji 0:0f4881f73ef9 39
malavikasaji 0:0f4881f73ef9 40 Notes
malavikasaji 0:0f4881f73ef9 41 -----
malavikasaji 0:0f4881f73ef9 42 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:0f4881f73ef9 43 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:0f4881f73ef9 44
malavikasaji 0:0f4881f73ef9 45
malavikasaji 0:0f4881f73ef9 46 License
malavikasaji 0:0f4881f73ef9 47 -------
malavikasaji 0:0f4881f73ef9 48 Copyright (c) 2019 Analog Devices, Inc. All rights reserved.
malavikasaji 0:0f4881f73ef9 49
malavikasaji 0:0f4881f73ef9 50 Redistribution and use in source and binary forms, with or without modification,
malavikasaji 0:0f4881f73ef9 51 are permitted provided that the following conditions are met:
malavikasaji 0:0f4881f73ef9 52 - Redistributions of source code must retain the above copyright notice,
malavikasaji 0:0f4881f73ef9 53 this list of conditions and the following disclaimer.
malavikasaji 0:0f4881f73ef9 54 - Redistributions in binary form must reproduce the above copyright notice,
malavikasaji 0:0f4881f73ef9 55 this list of conditions and the following disclaimer in the documentation
malavikasaji 0:0f4881f73ef9 56 and/or other materials provided with the distribution.
malavikasaji 0:0f4881f73ef9 57 - Modified versions of the software must be conspicuously marked as such.
malavikasaji 0:0f4881f73ef9 58 - This software is licensed solely and exclusively for use with processors/products
malavikasaji 0:0f4881f73ef9 59 manufactured by or for Analog Devices, Inc.
malavikasaji 0:0f4881f73ef9 60 - This software may not be combined or merged with other code in any manner
malavikasaji 0:0f4881f73ef9 61 that would cause the software to become subject to terms and conditions which
malavikasaji 0:0f4881f73ef9 62 differ from those listed here.
malavikasaji 0:0f4881f73ef9 63 - Neither the name of Analog Devices, Inc. nor the names of its contributors
malavikasaji 0:0f4881f73ef9 64 may be used to endorse or promote products derived from this software without
malavikasaji 0:0f4881f73ef9 65 specific prior written permission.
malavikasaji 0:0f4881f73ef9 66 - The use of this software may or may not infringe the patent rights of one or
malavikasaji 0:0f4881f73ef9 67 more patent holders. This license does not release you from the requirement
malavikasaji 0:0f4881f73ef9 68 that you obtain separate licenses from these patent holders to use this software.
malavikasaji 0:0f4881f73ef9 69
malavikasaji 0:0f4881f73ef9 70 THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. AND CONTRIBUTORS "AS IS" AND
malavikasaji 0:0f4881f73ef9 71 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT,
malavikasaji 0:0f4881f73ef9 72 TITLE, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
malavikasaji 0:0f4881f73ef9 73 NO EVENT SHALL ANALOG DEVICES, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
malavikasaji 0:0f4881f73ef9 74 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, PUNITIVE OR CONSEQUENTIAL DAMAGES
malavikasaji 0:0f4881f73ef9 75 (INCLUDING, BUT NOT LIMITED TO, DAMAGES ARISING OUT OF CLAIMS OF INTELLECTUAL
malavikasaji 0:0f4881f73ef9 76 PROPERTY RIGHTS INFRINGEMENT; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
malavikasaji 0:0f4881f73ef9 77 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
malavikasaji 0:0f4881f73ef9 78 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
malavikasaji 0:0f4881f73ef9 79 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
malavikasaji 0:0f4881f73ef9 80 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
malavikasaji 0:0f4881f73ef9 81
malavikasaji 0:0f4881f73ef9 82 2019-01-10-7CBSD SLA