I do use
"Recommended starting point for EDK-based designs"
http://www.trenz-electronic.de/download/d0/Trenz_Electronic/d1/TE0600-GigaBee_series/d2/TE0600/d3/reference_designs.htmlWhen adding one "axi_uart16550" everything works fine.
When adding more UARTS of this type the Xilinx C-project "peripheral_tests" says that IRQs for all UARTs except _0 dont work.
Whats wrong??
------------------
---Entering main---
Running IntcSelfTestExample() for microblaze_0_intc...
IntcSelfTestExample PASSED
Intc Interrupt Setup PASSED
Running GpioOutputExample() for LEDs_4Bits...
GpioOutputExample PASSED.
Running UartLiteSelfTestExample() for debug_module...
UartLiteSelfTestExample PASSED
Runnning SpiSelfTestExample() for axi_spi_0...
SpiSelfTestExample PASSED
Running Interrupt Test for axi_spi_0...
Spi Interrupt Test PASSED
Running TmrCtrSelfTestExample() for axi_timer_0...
TmrCtrSelfTestExample PASSED
Running Interrupt Test for axi_timer_0...
Timer Interrupt Test PASSED
Running UartNs550SelfTestExample() for axi_uart16550_0...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_0...
UartNs550 Interrupt Test PASSED
Running UartNs550SelfTestExample() for axi_uart16550_1...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_1...
UartNs550 Interrupt Test FAILED
Running UartNs550SelfTestExample() for axi_uart16550_2...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_2...
UartNs550 Interrupt Test FAILED
Running UartNs550SelfTestExample() for axi_uart16550_3...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_3...
UartNs550 Interrupt Test FAILED
Running UartNs550SelfTestExample() for axi_uart16550_4...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_4...
UartNs550 Interrupt Test FAILED
Running UartNs550SelfTestExample() for axi_uart16550_5...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_5...
UartNs550 Interrupt Test FAILED
Running UartNs550SelfTestExample() for axi_uart16550_6...
UartNs550SelfTestExample PASSED
Running Interrupt Test for axi_uart16550_6...
UartNs550 Interrupt Test FAILED
Running AxiEthernetSgDmaIntrExample() for ETHERNET...
AxiEthernet Interrupt Test PASSED.
---Exiting main---
----------------------------------------------------------------