Forum Discussion
1 Reply
- ShengN_altera
Super Contributor
Closing this thread as duplicate of https://community.intel.com/t5/Programmable-Devices/baseAddress-is-0x00000000/m-p/1488432#M90920
the baseAddress in .regmap file generated by *.sopcinfo using Platform designer is not right.
it always has these content in every peripheral node:
<peripheral>
...
<baseAddress>0x00000000</baseAddress>
...
</peripheral>
the baseAddress should be set use the real base address in sopcinfo rather than just copy from the .svd file specified by SVD_PATH in *_hw.tcl.
.regmap can be very usefull when debugging nios2, if the baseAddress set correctly,.
Closing this thread as duplicate of https://community.intel.com/t5/Programmable-Devices/baseAddress-is-0x00000000/m-p/1488432#M90920