Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resources:fpga:xilinx:pmod:adp5589 [05 Sep 2013 20:43] – [Downloads] Andrei Cozmaresources:fpga:xilinx:pmod:adp5589 [30 Sep 2013 15:51] – [Functional Description] Alexandru.Tofan
Line 92: Line 92:
   * COL4 to COL1 are seen by the ADP5589 as R3 to R0. \\   * COL4 to COL1 are seen by the ADP5589 as R3 to R0. \\
 UART must be set to 115200 Baud Rate for the Avnet LX-9 Microboard and ZedBoard or 9600 Baud Rate for the Digilent Nexys™3 Board. \\ UART must be set to 115200 Baud Rate for the Avnet LX-9 Microboard and ZedBoard or 9600 Baud Rate for the Digilent Nexys™3 Board. \\
 +</WRAP>
 +
 +<WRAP round important 80%>
 +When using the ZedBoard reference design in order to develop your own software, please make sure that the following options are set in "system_config.h":
 +
 +<code c>
 +// Select between PS7 or AXI Interface
 +#define USE_PS7 1
 +// SPI used in the design
 +#define USE_SPI 0
 +// I2C used in the design
 +#define USE_I2C 1
 +// Timer (+interrupts) used in the design
 +#define USE_TIMER 0
 +// External interrupts used in the design
 +#define USE_EXTERNAL     0
 +// GPIO used in the design
 +#define USE_GPIO         0
 +</code>
 +
 </WRAP> </WRAP>
  
Line 107: Line 127:
     * [[https://github.com/analogdevicesinc/fpgahdl_xilinx/tree/master/cf_adv7511_zed|XPS Project]]\\     * [[https://github.com/analogdevicesinc/fpgahdl_xilinx/tree/master/cf_adv7511_zed|XPS Project]]\\
     * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/PmodIOXP|PmodIOXP Driver Files]]\\     * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/PmodIOXP|PmodIOXP Driver Files]]\\
-    * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/Common|ZYNQ SoC Peripherals Driver Files]] \\+    * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/Common/sw|ZYNQ SoC Peripherals Driver Files]] \\
     * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/PmodIOXP/bin|Programming Script]]\\     * [[https://github.com/analogdevicesinc/no-OS/tree/master/Pmods/PmodIOXP/bin|Programming Script]]\\
          
resources/fpga/xilinx/pmod/adp5589.txt · Last modified: 09 Jan 2021 00:57 by Robin Getz