Hi Experts,
I design a simple hardware to copy a BRAM buffer from PL unit of my zedboard to internal memory .
when BRAM buffer is filled an interrupt occurs and my Interrupt service routine copies data from BRAM to internal memory.
But when I use xil_printf to show buffer contents onscreen, I find that my interrupt routine does not called anymore and pends until xil_printf function calls finishes.
Does xil_printf pends interrupt?
Regards
Mehrdad,