Example Program for EVAL-AD5592R

Dependencies:   adi_console_menu platform_drivers

Committer:
Kjansen
Date:
Tue Aug 03 12:18:40 2021 +0100
Revision:
4:9fa40df9bf93
Parent:
1:e84d8d51cd51
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
malavikasaji 0:7ac684c6e395 1 Evaluation Boards/Products Supported
malavikasaji 0:7ac684c6e395 2 ------------------------------------
EndaKilgarriff 1:e84d8d51cd51 3 EVAL-AD5592R-1SDZ (AD5592R-1)
EndaKilgarriff 1:e84d8d51cd51 4 EVAL-AD5593R-SDZ (AD5593R)
EndaKilgarriff 1:e84d8d51cd51 5
malavikasaji 0:7ac684c6e395 6
malavikasaji 0:7ac684c6e395 7 Overview
malavikasaji 0:7ac684c6e395 8 --------
EndaKilgarriff 1:e84d8d51cd51 9 These code files provide drivers to interface with AD5592R/93R and communicate with
EndaKilgarriff 1:e84d8d51cd51 10 EVAL-AD5592R-1SDZ and EVAL-AD5593R-SDZ boards. This code was developed and tested
EndaKilgarriff 1:e84d8d51cd51 11 on SDP-K1 controller board https://os.mbed.com/platforms/SDP_K1/.
EndaKilgarriff 1:e84d8d51cd51 12
EndaKilgarriff 1:e84d8d51cd51 13 Program wiki: https://wiki.analog.com/resources/tools-software/product-support-software/ad5592r_mbed_example
malavikasaji 0:7ac684c6e395 14
EndaKilgarriff 1:e84d8d51cd51 15 Product details: https://www.analog.com/en/products/ad5592r.html
EndaKilgarriff 1:e84d8d51cd51 16 https://www.analog.com/en/products/ad5593r.html
EndaKilgarriff 1:e84d8d51cd51 17
EndaKilgarriff 1:e84d8d51cd51 18 Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD5592R.html
EndaKilgarriff 1:e84d8d51cd51 19 https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/Eval-ad5593r.html
malavikasaji 0:7ac684c6e395 20
malavikasaji 0:7ac684c6e395 21 Hardware Setup
malavikasaji 0:7ac684c6e395 22 --------------
EndaKilgarriff 1:e84d8d51cd51 23 Required: SDP-K1, EVAL-AD5592R-1SDZ or EVAL-AD5593R, USB cable
EndaKilgarriff 1:e84d8d51cd51 24 Plug in the EVAL-AD5592R/93R board on SDP-K1 board (or any other Mbed enabled
malavikasaji 0:7ac684c6e395 25 controller board) using the SDP connector and screws.
malavikasaji 0:7ac684c6e395 26 Connect SDP-K1 board to the PC using the USB cable.
malavikasaji 0:7ac684c6e395 27
malavikasaji 0:7ac684c6e395 28
malavikasaji 0:7ac684c6e395 29 How to Get Started
malavikasaji 0:7ac684c6e395 30 ------------------
malavikasaji 0:7ac684c6e395 31 Open Mbed online compiler. https://ide.mbed.com/compiler
Kjansen 4:9fa40df9bf93 32 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 4:9fa40df9bf93 33 Compile code to generate binary file and then drag and drop binary into SDP-K1 controller board. Detailed instructions are here:
Kjansen 4:9fa40df9bf93 34 https://os.mbed.com/docs/mbed-os/v6.8/build-tools/getting-your-program-on-your-board.html
malavikasaji 0:7ac684c6e395 35
Kjansen 4:9fa40df9bf93 36 Refer project wiki page to find detailed guide on how to use firmware:
Kjansen 4:9fa40df9bf93 37 https://wiki.analog.com/resources/tools-software/product-support-software/ad5592r_mbed_example
Kjansen 4:9fa40df9bf93 38
malavikasaji 0:7ac684c6e395 39
malavikasaji 0:7ac684c6e395 40
malavikasaji 0:7ac684c6e395 41 Notes
malavikasaji 0:7ac684c6e395 42 -----
Kjansen 4:9fa40df9bf93 43 Refer this page for latest documentation on Mbed-OS: https://os.mbed.com/docs/mbed-os/v6.8/introduction/index.html
malavikasaji 0:7ac684c6e395 44 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:7ac684c6e395 45
Kjansen 4:9fa40df9bf93 46 Copyright (c) 2020 Analog Devices, Inc. All rights reserved.