• Difference between FIXED and INCR burst in AXI?
    For any burst transfer Master has to pass only first address, for the consecutive transfer address calculation is taken care by Slave. So i want to know what is the basic difference in FIXED and INCR...
  • Getting started with AMBA and AMBA AXI
    As you may be aware, far from being a misspelled fossilized tree resin, AMBA is a freely available open standard for the connection and management of functional blocks in a system-on-chip (SoC). Since...
  • hi. amba 3.0 axi interleaving
    I'm a graduate student living in south Korea. I'm studying about AMBA 3.0 AXI. recently, i read "AMBA® AXI Protocol.pdf". but i have two questions about AXI after reading. i wonder about interleaving...
  • AXI narrow transfers
    I would appreciate assistance on the following: Suppose a bus master with 128bit data width. This master access a 64bit slave via AXI matrix as follows: awaddr = 0x4000_909F awsize = 0x0 (8bit write)...
  • Cortex R8 axi unaligned transfer
    I have an issue in my retarget printf study AXI master port have not any transfer when I change address to unaligned address There is my C code volatitle int *tube = (volatile int *)0xfc000000;...