diff --git a/projects/adp1050/Makefile b/projects/adp1050/Makefile index fcee5523391..03726052cb6 100644 --- a/projects/adp1050/Makefile +++ b/projects/adp1050/Makefile @@ -2,8 +2,8 @@ BASIC_EXAMPLE = n IIO_EXAMPLE = y - include ../../tools/scripts/generic_variables.mk +include ../../tools/scripts/generic_variables.mk - include src.mk +include src.mk - include ../../tools/scripts/generic.mk \ No newline at end of file +include ../../tools/scripts/generic.mk \ No newline at end of file diff --git a/projects/adp1050/README.rst b/projects/adp1050/README.rst index 79ae8be95b0..54931d12782 100644 --- a/projects/adp1050/README.rst +++ b/projects/adp1050/README.rst @@ -8,11 +8,12 @@ Supported Evaluation Boards --------------------------- * `ADP1050DC1-EVALZ `_ +* `ADP1051-240-EVALZ `_ Overview -------- -The evaluation board allows the ADP1050 to be exercised without the need for +The evaluation board allows the ADP1050 and ADP1051 to be exercised without the need for external components. The board is set up to act as an isolated PSU, outputting a rated load of 12 V, 20 A from a 36 V dc to 75 V dc source. @@ -26,8 +27,8 @@ Power Supply Requirments ^^^^^^^^^^^^^^^^^^^^^^^^ For this specific project an external power supply is used to provide a 20.1V -and 12V voltages for the ADP1050DC1-EVALZ daughter board to simulate a parallel -circuit to the ADP1050 as well as a +5V Power Supply for the PMBUS/I2C +and 12V voltages for the ADP1050DC1-EVALZ and ADP1051-240-EVALZ daughter board to simulate a parallel +circuit to the ADP1050 and ADP1051 as well as a +5V Power Supply for the PMBUS/I2C interface. **Pin Description** @@ -116,7 +117,7 @@ The macros used in Common Data are defined in platform specific files found in: Basic example ^^^^^^^^^^^^^ -This is a simple example that initializes the ADP1050, unlock its CHIP, EEPROM +This is a simple example that initializes the ADP1050 and ADP1051, unlock its CHIP, EEPROM and TRIM registers, sets the device in a closed loop state, and then : sets the VOUT transition rate, VOUT scale and value of the VOUT_COMMAND and VOUT_MAX.