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.
工具与软件:
下图显示了引脚多路复用和 GPMC 配置
我使用 GPIO 中断读取 FPGA 数据、在发生中断时、将使用以下函数让从 GPMC addr 0x1000000到 DDR memery 0x9f000000的数据、每次、传输的数据量为4K 时、中断约为5ms。 一个周期大约是400倍、大约150万数据。
但是、通过逻辑分析仪、偶尔会延迟读取数据:有逻辑分析仪的图片、
您好!
有什么晚了? GPIO 处理程序延迟触发还是 FPGA 读取函数被调用延迟? 您是否使用 RT 内核? 否则、您可能需要对其进行测试。
您好!
Linux 不是实时操作系统、不能保证中断处理延迟。