08-04-2017 04:54 AM
In my block design made in vivado, I have attached an AXI GPIO block with the zynq block. The address of the GPIO block starts from 0x41200000. Now the problem is that when run the boot.bin file, the default values on the address range of the GPIO block are very haphazard from on 41200000, the data is 0xaae3e2c2 whereas its default value is supposed to be 0x0. Can anybody explain to me why these addresses of AXI GPIO do not have their default values?
08-09-2017 05:11 AM
The reason i was not getting default values was that i was not placing a "0x" before the address, so peek poke was looking at some other place because 0x had not been placed.
08-04-2017 04:58 AM
08-04-2017 06:10 AM
08-09-2017 05:11 AM
The reason i was not getting default values was that i was not placing a "0x" before the address, so peek poke was looking at some other place because 0x had not been placed.