Example program for EVAL-AD4130

Dependencies:   tempsensors sdp_k1_sdram

Committer:
Mahesh Phalke
Date:
Wed Jul 20 18:12:00 2022 +0530
Revision:
2:7b2b268ea49c
Parent:
0:ad93df57f473
Initial firmware commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kjansen45 0:ad93df57f473 1 Evaluation Boards/Products Supported
Kjansen45 0:ad93df57f473 2 ------------------------------------
Mahesh Phalke 2:7b2b268ea49c 3 -Products supported: AD4130
Mahesh Phalke 2:7b2b268ea49c 4
Mahesh Phalke 2:7b2b268ea49c 5
Kjansen45 0:ad93df57f473 6 Overview
Kjansen45 0:ad93df57f473 7 --------
Mahesh Phalke 2:7b2b268ea49c 8 This is an IIO ecosystem based firmware application to evalute the AD4130 devices.
Mahesh Phalke 2:7b2b268ea49c 9 This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/.
Mahesh Phalke 2:7b2b268ea49c 10 Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications.
Mahesh Phalke 2:7b2b268ea49c 11
Mahesh Phalke 2:7b2b268ea49c 12 Product details: AD4130-8
Mahesh Phalke 2:7b2b268ea49c 13 Product Evaluation board details: EVAL-AD4130-8WARDZ
Mahesh Phalke 2:7b2b268ea49c 14 User Guide for this code: https://wiki.analog.com/resources/eval/user-guides/ad4130/mbed_iio_app
Mahesh Phalke 2:7b2b268ea49c 15 Communication Protocol: SPI
Mahesh Phalke 2:7b2b268ea49c 16
Mahesh Phalke 2:7b2b268ea49c 17
Kjansen45 0:ad93df57f473 18 Hardware Setup
Kjansen45 0:ad93df57f473 19 --------------
Mahesh Phalke 2:7b2b268ea49c 20 Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD4130 board and USB cable.
Mahesh Phalke 2:7b2b268ea49c 21 Plug in the EVAL-AD4130 board on SDP-K1 board (or any other Mbed enabled controller board)
Mahesh Phalke 2:7b2b268ea49c 22 using the Arduino connector (refer software wiki page for connection interface).
Mahesh Phalke 2:7b2b268ea49c 23 Connect SDP-K1 board to the PC using the USB cable. AD4130 EVB is powered through USB supply of SDP-K1.
Mahesh Phalke 2:7b2b268ea49c 24
Mahesh Phalke 2:7b2b268ea49c 25
Kjansen45 0:ad93df57f473 26 How to Get Started
Kjansen45 0:ad93df57f473 27 ------------------
Mahesh Phalke 2:7b2b268ea49c 28 Mbed web/online compiler: https://studio.keil.arm.com/auth/login/
Mahesh Phalke 2:7b2b268ea49c 29 Import code into compiler and compile it to generate executable binary file.
Mahesh Phalke 2:7b2b268ea49c 30 Drag and drop binary file into USB drive hosted by SDP-K1 controller board.
Mahesh Phalke 2:7b2b268ea49c 31 Find detailed instructions here: https://developer.arm.com/documentation/102497/1-5/Arm-Keil-Studio
Mahesh Phalke 2:7b2b268ea49c 32
Mahesh Phalke 2:7b2b268ea49c 33
Kjansen45 0:ad93df57f473 34 Notes
Kjansen45 0:ad93df57f473 35 -----
Mahesh Phalke 2:7b2b268ea49c 36 A detailed user guide on SDP-K1 controller board is available here:
Mahesh Phalke 2:7b2b268ea49c 37 https://os.mbed.com/platforms/SDP_K1/
Mahesh Phalke 2:7b2b268ea49c 38 https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SDP-K1.html.
Mahesh Phalke 2:7b2b268ea49c 39
Mahesh Phalke 2:7b2b268ea49c 40
Mahesh Phalke 2:7b2b268ea49c 41 Copyright (c) 2022 Analog Devices, Inc. All rights reserved.