IIO firmware for the AD4110

Dependencies:   tempsensors sdp_k1_sdram

Committer:
Janani Sunil
Date:
Mon Aug 01 11:09:48 2022 +0530
Revision:
1:a78dbaa4b05d
Parent:
0:6ca37a8f8ba9
Initial implementation of AD4110 IIO Firmware

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Janani Sunil 0:6ca37a8f8ba9 1 Evaluation Boards/Products Supported
Janani Sunil 0:6ca37a8f8ba9 2 ------------------------------------
Janani Sunil 0:6ca37a8f8ba9 3 EVAL-AD41101-1SDZ
Janani Sunil 0:6ca37a8f8ba9 4
Janani Sunil 0:6ca37a8f8ba9 5 Overview
Janani Sunil 0:6ca37a8f8ba9 6 --------
Janani Sunil 0:6ca37a8f8ba9 7 This is a IIO based firmware application to evalute the AD4110 device.
Janani Sunil 0:6ca37a8f8ba9 8 This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/.
Janani Sunil 0:6ca37a8f8ba9 9 Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications.
Janani Sunil 0:6ca37a8f8ba9 10
Janani Sunil 0:6ca37a8f8ba9 11 Product details: https://www.analog.com/en/products/ad4110-1.html
Janani Sunil 0:6ca37a8f8ba9 12 Product Evaluation board details: https://www.analog.com/en/products/ad4110-1.html#product-samplebuy
Janani Sunil 0:6ca37a8f8ba9 13 User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad4110_mbed_iio_application
Janani Sunil 0:6ca37a8f8ba9 14 Communication Protocol: SPI
Janani Sunil 0:6ca37a8f8ba9 15
Janani Sunil 0:6ca37a8f8ba9 16
Janani Sunil 0:6ca37a8f8ba9 17 Hardware Setup
Janani Sunil 0:6ca37a8f8ba9 18 --------------
Janani Sunil 0:6ca37a8f8ba9 19 Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD4110-1 board and USB cable.
Janani Sunil 0:6ca37a8f8ba9 20 Plug in the EVAL-AD4111 board on SDP-K1 board (or any other Mbed enabled controller board)
Janani Sunil 0:6ca37a8f8ba9 21 using the SDP-120 or Arduino on-board connector (refer software wiki page to identify suitable interface).
Janani Sunil 0:6ca37a8f8ba9 22 Connect SDP-K1 board to the PC using the USB cable.
Janani Sunil 0:6ca37a8f8ba9 23
Janani Sunil 0:6ca37a8f8ba9 24
Janani Sunil 0:6ca37a8f8ba9 25 How to Get Started
Janani Sunil 0:6ca37a8f8ba9 26 ------------------
Janani Sunil 0:6ca37a8f8ba9 27 Create an account with Keil Studio and log in: https://www.keil.arm.com/mbed/
Janani Sunil 0:6ca37a8f8ba9 28 Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD4110/
Janani Sunil 0:6ca37a8f8ba9 29 Instructions on how to import code are here: https://developer.arm.com/documentation/102497/1-5/Create-or-import-a-project/Import-an-Mbed-project-from-a-URL
Janani Sunil 0:6ca37a8f8ba9 30 Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed
Janani Sunil 0:6ca37a8f8ba9 31 instructions here: https://os.mbed.com/docs/mbed-os/v6.15/tools/getting-your-program-on-your-board.html
Janani Sunil 0:6ca37a8f8ba9 32
Janani Sunil 0:6ca37a8f8ba9 33
Janani Sunil 0:6ca37a8f8ba9 34 Notes
Janani Sunil 0:6ca37a8f8ba9 35 -----
Janani Sunil 0:6ca37a8f8ba9 36 If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html
Janani Sunil 0:6ca37a8f8ba9 37 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.
Janani Sunil 0:6ca37a8f8ba9 38
Janani Sunil 0:6ca37a8f8ba9 39
Janani Sunil 0:6ca37a8f8ba9 40 Copyright (c) 2022 Analog Devices, Inc. All rights reserved.