Questions tagged [axi]

The Advanced eXtensible Interface (AXI) protocol is used in the Advanced Microcontroller Bus Architecture (AMBA), an open standard for system-on-a-chip (SoC).

http://esca.korea.ac.kr/teaching/comp427_ES/AMBA/AMBA_v30_AXI_v10.pdf

1 questions
2
votes
1 answer

Any built-in Linux methods for AXI-burst type devices?

I need to communicate with an FPGA device based on an AXI-burst interface. What are the ways to access such a device through Linux without involving a DMA? Burst is an intrinsic property of the AXI standard, which should typically be triggered…
Stark07
  • 552
  • 2
  • 8
  • 20