Skip to content

Commit

Permalink
Projects: ad2s1210: Add support for ad2s1210
Browse files Browse the repository at this point in the history
The AD2S1210 is a complete 10-bit to 16-bit resolution tracking
resolver-to-digital converter

Signed-off-by: Axel Haslam <[email protected]>
  • Loading branch information
ahaslam2 committed Sep 18, 2023
1 parent fcf1d01 commit 280efe3
Show file tree
Hide file tree
Showing 13 changed files with 1,221 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mbedignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ projects/adt7420_console/
projects/ad559xr_console/
projects/ad5933_console/
projects/evb_discovery_firmware/
projects/ad2s1210_iio/
43 changes: 43 additions & 0 deletions projects/ad2s1210_iio/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Evaluation Boards/Products Supported
------------------------------------
EVAL-AD2S1210


Overview
--------
This is an IIO firmware application to evaluate the AD2S1210 device.
This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/
Use of the Mbed platform allows code to be ported to other Mbed supported target boards with little or no modifications.

Product details: AD2S1210.
Product Evaluation board details: EVAL-AD2S1210SDZ
User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/AD2S1210_mbed_iio_support
Communication Protocol: SPI


Hardware Setup
--------------
Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD2S1210 board and USB cable.
Plug in the EVAL-AD2S1210 board on SDP-K1 board (or any other Mbed enabled controller board) using the Arduino connector
(refer to the software wiki page for connection setup).
Connect the SDP-K1 board to the PC using the USB cable and the AD2S1210 EVB to the
provided AC adapter.


How to Get Started
------------------
Mbed web/online compiler: https://studio.keil.arm.com/auth/login/
Import the code into the compiler and compile it to generate the executable binary file.
Drag and drop the binary file onto the USB drive hosted by the SDP-K1 controller board.
Find detailed instructions here: https://wiki.analog.com/resources/tools-software/product-support-software/pcg-fw-mbed-build-guide


Notes
-----
A detailed user guide on the SDP-K1 controller board is available here:
https://os.mbed.com/platforms/SDP_K1/
https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SDP-K1.html.


Copyright (c) 2023 Analog Devices, Inc. All rights reserved.
Copyright (c) 2023 BayLibre, SAS
Loading

0 comments on commit 280efe3

Please sign in to comment.