• AMBA AXI :Unaligned "INCR" data transfer
    Hi,     i am confusing in the following point ,with an example....    if      Start_Address = 23      Number_Bytes = 8      Burst_Length   = 8      data_Bus_Byte =4 1.How many data transfer required to...
  • AMBA AXI :Unaligned "INCR" data transfer
    Hi,     i am confusing in the following point ,with an example....    if      Start_Address = 23      Number_Bytes = 8      Burst_Length   = 8      data_Bus_Byte =4 1.How many data transfer required to...
  • unaligned address in AXI protocol
    i am sending data "NEWDATAA" which is 8 bytes. and starting address is 5, which is unaligned address then whether my data is loss or not . please explain how the whole transfer will happens. how the strobe...
  • unaligned address in AXI protocol
    i am sending data "NEWDATAA" which is 8 bytes. and starting address is 5, which is unaligned address then whether my data is loss or not . please explain how the whole transfer will happens. how the strobe...
  • 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;...