AD7768-1 MBED IIO Application Example

Dependencies:   platform_drivers

Committer:
epena
Date:
Fri Sep 24 18:39:34 2021 +0800
Revision:
1:c0429edee15b
Parent:
0:4f174385050d
Adding Released source code of ad7768-1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen45 0:4f174385050d 1 Evaluation Boards/Products Supported
Kjansen45 0:4f174385050d 2 ------------------------------------
epena 1:c0429edee15b 3 EVAL-AD7768-1
epena 1:c0429edee15b 4
Kjansen45 0:4f174385050d 5 Overview
Kjansen45 0:4f174385050d 6 --------
epena 1:c0429edee15b 7 This is a IIO based firmware application to evalute the AD7768-1 device.
epena 1:c0429edee15b 8 This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/.
epena 1:c0429edee15b 9 Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications.
epena 1:c0429edee15b 10
epena 1:c0429edee15b 11 Product details: https://www.analog.com/en/products/ad7768-1.html
epena 1:c0429edee15b 12 Product Evaluation board details: https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0540.html
epena 1:c0429edee15b 13 User Guide for this code: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0540
epena 1:c0429edee15b 14 Communication Protocol: SPI
epena 1:c0429edee15b 15
epena 1:c0429edee15b 16
Kjansen45 0:4f174385050d 17 Hardware Setup
Kjansen45 0:4f174385050d 18 --------------
epena 1:c0429edee15b 19 Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-CN0540-ARDZ board and USB cable.
epena 1:c0429edee15b 20 Plug in the EVAL-CN0540-ARDZ board on SDP-K1 board (or any other Mbed enabled controller board)
Kjansen45 0:4f174385050d 21 Connect SDP-K1 board to the PC using the USB cable.
epena 1:c0429edee15b 22
epena 1:c0429edee15b 23
Kjansen45 0:4f174385050d 24 How to Get Started
Kjansen45 0:4f174385050d 25 ------------------
Kjansen45 0:4f174385050d 26 Open Mbed online compiler. https://ide.mbed.com/compiler
epena 1:c0429edee15b 27 Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD7768-1/
epena 1:c0429edee15b 28 instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v6.8/build-tools/importing-code.html
epena 1:c0429edee15b 29 Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed
epena 1:c0429edee15b 30 instructions here: https://os.mbed.com/docs/mbed-os/v6.8/build-tools/getting-your-program-on-your-board.html
epena 1:c0429edee15b 31 Open Tera Term (or alternative), select 230400 baud rate, and the applicable COM
epena 1:c0429edee15b 32 port to see the list of options.
epena 1:c0429edee15b 33
epena 1:c0429edee15b 34
Kjansen45 0:4f174385050d 35 Notes
Kjansen45 0:4f174385050d 36 -----
epena 1:c0429edee15b 37 If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v6.8/program-setup/windows-serial-driver.html
Kjansen45 0:4f174385050d 38 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.
epena 1:c0429edee15b 39
epena 1:c0429edee15b 40
epena 1:c0429edee15b 41 Copyright (c) 2021 Analog Devices, Inc. All rights reserved.
epena 1:c0429edee15b 42