Ryan Wang

Results 5 comments of Ryan Wang

I am using the Zynq UltraScale+ MPSoC, and the board is ZCU102. I am attempting to port UARTPS on the PMU, but I have not been able to make it...

First of all, thank you very much for your willingness to respond. I want to know the difference between [XIntc](https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/uartps/examples/xuartps_intr_example.c#L72) and [XScuGic](https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/uartps/examples/xuartps_intr_example.c#L77C15-L77C22). Based on my understanding of the code, XIntc...

@anirudha1977 Thank you for your response. I have 2 questions to inquire about: 1. My board is ZCU102. If I am running on the PMU, using XIntc should be correct,...

As shown in your link, I see the diagram of the MicroBlaze IOModule, and I have highlighted the portion with INTC circuitry. Could you clarify if the INTC here is...

I contacted the FAE, and the FAE replied that this UART driver's interrupt is suitable for the APU but not for the PMU. The reason is that the architecture of...