John Garlitos / Mbed OS EVAL-CN0540-ARDZ

Dependencies:   platform_drivers LTC26X6 AD77681

Committer:
Kjansen45
Date:
Tue May 11 11:08:02 2021 +0000
Revision:
0:b9debc14d077
Child:
1:9dd7c64b4a64
Repository created.;

Who changed what in which revision?

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