Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Vivado IPI create a BD and configure PS7 block with no DDR, one UART should be enabled also
  2. in SDK create FSBL, in main.c add one line, and comment out one line

...

  1. :
#define XPAR_PS7_DDR_0_S_AXI_BASEADDR 0
#ifdef XPAR_PS7_DDR_0_S_AXI_BASEADDR
//Status = DDRInitCheck(); 

...