Example program for EVAL-AD5770R

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 17:34:58 2021 +0100
Revision:
5:f3d7cf95cd8f
Parent:
1:63c505e13da4
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.
* Indentation fixes.

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
malavikasaji 0:0f4881f73ef9 1 Evaluation Boards/Products Supported
malavikasaji 0:0f4881f73ef9 2 ------------------------------------
mbradley 1:63c505e13da4 3 EVAL-AD5770RSDZ
malavikasaji 0:0f4881f73ef9 4
malavikasaji 0:0f4881f73ef9 5 Overview
malavikasaji 0:0f4881f73ef9 6 --------
mbradley 1:63c505e13da4 7 These code files provide the console application and device libraries to
mbradley 1:63c505e13da4 8 interface with AD5770R product evaluation board. This code was developed and tested on SDP-K1
mbradley 1:63c505e13da4 9 controller board: https://os.mbed.com/platforms/SDP_K1/
malavikasaji 0:0f4881f73ef9 10
mbradley 1:63c505e13da4 11 Product details: https://www.analog.com/en/products/ad5770r.html
mbradley 1:63c505e13da4 12 Product Evaluation board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD5770R.html
Kjansen 5:f3d7cf95cd8f 13 User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad5770r_mbed_example
mbradley 1:63c505e13da4 14 Communication Protocol: SPI
malavikasaji 0:0f4881f73ef9 15
malavikasaji 0:0f4881f73ef9 16
malavikasaji 0:0f4881f73ef9 17 Hardware Setup
malavikasaji 0:0f4881f73ef9 18 --------------
mbradley 1:63c505e13da4 19 Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD5770RSDZ
mbradley 1:63c505e13da4 20 USB cable.
mbradley 1:63c505e13da4 21 Plug in the EVAL-AD5770RSDZ board on SDP-K1 board (or any other Mbed enabled
mbradley 1:63c505e13da4 22 controller board) using the SDP connector and screws. Assuming, default evalauation board jumper configuration, a 3.3V external power supply should be connected to AVDD on P6.
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
Kjansen 5:f3d7cf95cd8f 29 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 5:f3d7cf95cd8f 30 Compile code to generate binary file and then drag and drop binary into SDP-K1 controller board. Detailed instructions are here:
Kjansen 5:f3d7cf95cd8f 31 https://os.mbed.com/docs/mbed-os/v6.8/build-tools/getting-your-program-on-your-board.html
malavikasaji 0:0f4881f73ef9 32
Kjansen 5:f3d7cf95cd8f 33 Refer project wiki page to find detailed guide on how to use firmware:
Kjansen 5:f3d7cf95cd8f 34 https://wiki.analog.com/resources/tools-software/product-support-software/ad5770r_mbed_example
malavikasaji 0:0f4881f73ef9 35
malavikasaji 0:0f4881f73ef9 36 Notes
malavikasaji 0:0f4881f73ef9 37 -----
Kjansen 5:f3d7cf95cd8f 38 Refer this page for latest documentation on Mbed-OS: https://os.mbed.com/docs/mbed-os/v6.8/introduction/index.html
malavikasaji 0:0f4881f73ef9 39 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 40
malavikasaji 0:0f4881f73ef9 41
Kjansen 5:f3d7cf95cd8f 42 Copyright (c) 2021 Analog Devices, Inc. All rights reserved.