Program files for Example program for EVAL-AD7768-1

Dependencies:   platform_drivers

Committer:
Kjansen45
Date:
Thu Sep 02 14:02:38 2021 +0000
Revision:
0:4f174385050d
Child:
1:260e834a8dc1
Repository created

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen45 0:4f174385050d 1 Evaluation Boards/Products Supported
Kjansen45 0:4f174385050d 2 ------------------------------------
Kjansen45 0:4f174385050d 3 EVAL-AD1234 (AD1234)
Kjansen45 0:4f174385050d 4 EVAL-AD1256 (AD1256)
Kjansen45 0:4f174385050d 5 << add more here >>
Kjansen45 0:4f174385050d 6
Kjansen45 0:4f174385050d 7 Overview
Kjansen45 0:4f174385050d 8 --------
Kjansen45 0:4f174385050d 9 These code files provide drivers to interface with AD1234 and communicate with
Kjansen45 0:4f174385050d 10 EVAL-AD1234 board. This code was developed and tested on SDP-K1 controller board
Kjansen45 0:4f174385050d 11 https://os.mbed.com/platforms/SDP_K1/.
Kjansen45 0:4f174385050d 12
Kjansen45 0:4f174385050d 13 Product details: https://www.analog.com/en/products/ad1234.html
Kjansen45 0:4f174385050d 14 Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD1234.html
Kjansen45 0:4f174385050d 15
Kjansen45 0:4f174385050d 16
Kjansen45 0:4f174385050d 17 Hardware Setup
Kjansen45 0:4f174385050d 18 --------------
Kjansen45 0:4f174385050d 19 Required: SDP-K1, EVAL-AD1234, USB cable, 12 V power supply, 60 MHz external
Kjansen45 0:4f174385050d 20 clock supply.
Kjansen45 0:4f174385050d 21 Plug in the EVAL-AD124 board on SDP-K1 board (or any other Mbed enabled
Kjansen45 0:4f174385050d 22 controller board) using the SDP connector and screws.
Kjansen45 0:4f174385050d 23 Connect SDP-K1 board to the PC using the USB cable.
Kjansen45 0:4f174385050d 24
Kjansen45 0:4f174385050d 25
Kjansen45 0:4f174385050d 26 How to Get Started
Kjansen45 0:4f174385050d 27 ------------------
Kjansen45 0:4f174385050d 28 Open Mbed online compiler. https://ide.mbed.com/compiler
Kjansen45 0:4f174385050d 29 Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD1234/
Kjansen45 0:4f174385050d 30 instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html
Kjansen45 0:4f174385050d 31 Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed instructions
Kjansen45 0:4f174385050d 32 here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html
Kjansen45 0:4f174385050d 33 Open Tera Term (or alternative), select 9600 baud rate, and the applicable COM port to see the
Kjansen45 0:4f174385050d 34 list of options.
Kjansen45 0:4f174385050d 35
Kjansen45 0:4f174385050d 36 A detailed user guide on how to use SDP-K1 board on Mbed platform is available
Kjansen45 0:4f174385050d 37 here: https://wiki.analog.com/resources/tools-software/mbed
Kjansen45 0:4f174385050d 38
Kjansen45 0:4f174385050d 39
Kjansen45 0:4f174385050d 40 Notes
Kjansen45 0:4f174385050d 41 -----
Kjansen45 0:4f174385050d 42 If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html
Kjansen45 0:4f174385050d 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.
Kjansen45 0:4f174385050d 44
Kjansen45 0:4f174385050d 45