File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
- Evaluation board product page: [ EVAL-AD4630-FMC] ( https://www.analog.com/eval-ad4630-24 )
4
4
- System documentation: TO BE ADDED
5
5
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad4630_fmc/index.html
6
+ - Evaluation board VADJ range: 1.2V - 3.3V
6
7
7
8
## Supported parts
8
9
Original file line number Diff line number Diff line change
1
+ <!-- no_no_os -->
2
+
1
3
# AD4630-FMC/ZED HDL Project
2
4
5
+ - VADJ with which it was tested in hardware: 2.5V
6
+
3
7
## Building the project
4
8
5
9
The parameters configurable through the ` make ` command, can be found below, as
@@ -21,7 +25,7 @@ The overwritable parameters from the environment are:
21
25
22
26
- CLK_MODE: clocking mode of the device's digital interface
23
27
- 0 - SPI (default)
24
- - 1 - Echo-clock or Master clock
28
+ - 1 - Echo-clock or Master clock
25
29
- NUM_OF_SDI: the number of MOSI lines of the SPI interface
26
30
- 1 - Interleaved
27
31
- 2 - 1LPC
@@ -42,7 +46,7 @@ This specific command is equivalent to running `make` only:
42
46
43
47
```
44
48
make CLK_MODE=0 NUM_OF_SDI=4 CAPTURE_ZONE=2 DDR_EN=0
45
- ```
49
+ ```
46
50
47
51
Corresponding device trees:
48
52
- [ zynq-zed-adv7511-ad4630-24.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4630-24.dts )
@@ -56,7 +60,7 @@ Corresponding device trees:
56
60
make CLK_MODE=0 NUM_OF_SDI=2 CAPTURE_ZONE=2 DDR_EN=0
57
61
```
58
62
59
- Corresponding device trees:
63
+ Corresponding device trees:
60
64
61
65
- [ zynq-zed-adv7511-ad4030-24.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4030-24.dts )
62
66
- [ zynq-zed-adv7511-ad4032-24.dts] ( https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4032-24.dts )
You can’t perform that action at this time.
0 commit comments