Forum Discussion
Chris039
Occasional Contributor
3 years agoNios V not working
Hi,
I am using example design created in
https://www.intel.com/content/www/us/en/docs/programmable/726952/22-1std-1-0-0/processor-example-design.html
I changed the loop from 1000 to 10 in ma...
- 3 years ago
Hi,
Yes, the application execution starts from on-chip RAM base address 0x0.
Thank you.
Regards,
Kelly
KellyJialin_Goh
Frequent Contributor
3 years agoHi,
Is there a reason why you would want to change the base address to non 0x0? It is not advised to do so.
The application execution starts from on-chip RAM base address 0x0, if we change its base address then reset vectors need to be updated as that is where Nios will look to starting the execution of application. This might be the root cause why the design is not working.
Thank you.
Regards,
Kelly