Example program for EVAL-AD4130

Dependencies:   tempsensors sdp_k1_sdram

Committer:
Kjansen45
Date:
Fri May 21 13:16:00 2021 +0000
Revision:
0:ad93df57f473
Child:
2:7b2b268ea49c
Initial commit;

Who changed what in which revision?

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