Skip to content

Commit 5c4d73c

Browse files
committed
docs: ad4170_asdz: Fixed documentation
Fixed documentation and removed not yet released ADC parts. Signed-off-by: Liviu 'Ceshu' Adace <[email protected]>
1 parent e4f94de commit 5c4d73c

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs/projects/ad4170_asdz/index.rst

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,33 @@ AD4170_ASDZ HDL project
66
Overview
77
--------------------------------------------------------------------------------
88

9-
The HDL reference design for the :adi:`AD4170-4` and :adi:`AD4170-8` provides a
10-
high resolution, 24-Bit, DC to 50 kHz Input Bandwidth, Multichannel, Low Noise
11-
Precision Sigma-Delta ADC with PGA.
9+
The HDL reference design for the :adi:`AD4170-4` provides a high resolution,
10+
24-Bit, DC to 50 kHz Input Bandwidth, Multichannel, Low Noise Precision
11+
Sigma-Delta ADC with PGA.
1212

13-
The data acquisition board incorporates the AD4170-4 or AD4170-8, a DC to 50 kHz
13+
The data acquisition board incorporates the AD4170-4, a DC to 50 kHz
1414
input bandwidth, low noise, high speed, completely integrated analog front end
1515
for high precision measurement applications.
1616

17-
The AD4170-4/8 offers output data rates from 7.6 SPS up to 500 kSPS.
17+
The AD4170-4 offers output data rates from 7.6 SPS up to 500 kSPS.
1818
The device contains a low noise, 24-bit Σ-Δ analog-to-digital converter (ADC),
1919
and can be configured to have 4 differential inputs or 8 single-ended or
2020
pseudodifferential inputs. The on-chip low noise gain stage ensures that signals
21-
of small amplitude can be interfaced directly to the AD4170-4/8.
21+
of small amplitude can be interfaced directly to the AD4170-4.
2222

2323
This project has a :ref:`spi_engine` instance to control and acquire data from
24-
the AD4170-4/8 24-bit precision ADC. This instance provides support for
25-
capturing continuous samples at the maximum sample rate.
24+
the AD4170-4 24-bit precision ADC. This instance provides support for capturing
25+
continuous samples at the maximum sample rate.
2626

2727
Supported boards
2828
-------------------------------------------------------------------------------
2929

30-
- EVAL-AD4170-ASDZ
30+
- :adi:`EVAL-AD4170-4`
3131

3232
Supported devices
3333
-------------------------------------------------------------------------------
3434

35-
- :adi:`AD4170`
3635
- :adi:`AD4170-4`
37-
- :adi:`AD4171`
38-
- :adi:`AD4172`
3936

4037
Supported carriers
4138
-------------------------------------------------------------------------------
@@ -63,7 +60,7 @@ The addresses are dependent on the architecture of the FPGA, having an offset
6360
added to the base address from HDL (see more at :ref:`architecture cpu-intercon-addr`).
6461

6562
======================== =================
66-
Instance Zynq*/DE10-Nano**
63+
Instance Zynq/DE10-Nano
6764
======================== =================
6865
spi_ad4170_axi_regmap* 0x44A0_0000
6966
axi_ad4170_dma* 0x44A3_0000
@@ -278,7 +275,7 @@ HDL related
278275
Software related
279276
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
280277

281-
- :git-linux:`AD4170 Linux driver ad4170.c <drivers/iio/adc/ad4170.c>`
278+
- :git-no-os:`AD4170 no-OS driver ad4170.c <drivers/iio/adc/ad4170/ad4170.c>`
282279

283280
.. include:: ../common/more_information.rst
284281

0 commit comments

Comments
 (0)