I'm working on my project about AHB protocol.
What I'm doing is make IP blocks with AHB system and write/read data using SDK(Vitis).
The base address is assigned to 0x43C0_0000.
If I write data on base address with Xil_Out it works.
However, when I give 0x43C0_0000 +1 to Xil_Out, it does not work.
By trial and error, I found that only address on 0x43C0_0000 + 4*n works.
Why writing data not on that range does not work?