This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
The following figure shows pinmux and gpmc configurations
I use gpio interrupt to read fpga data,when an interrupt occurs, will ues the following function to let the data from gpmc addr 0x1000000 to ddr memery 0x9f000000,The interruption is about 5ms once,amount of data transported each time is 4K. A cycle is about 400 times, about 1.5M of data.
However, through the logic analyzer, there will be occasional late reading data,there is a picture of the logic analyzer:
Hi,
What is late? the gpio handler triggered late or the fpga read function is called late? Do you use RT kernel? If not, you may want to give it a test.
Hi,
Linux is not a real time OS, it doesn't guarantee the interrupt handling latency.