Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAddressing in hex file
Hello, I currently design a system with SOPC based on the Nios II processor. I checked the hex file generated by the Nios II IDE after compilation. At the beginning I have the following : ...
Altera_Forum
Honored Contributor
16 years agoAh ok, I misunderstood the way the first line work.
The shifting is not applied on the others address but only on the one given by record 02. In this case, it is 0, so it does not change anything. So suppress the first line in this case would give the same result since the total memory don't exceed 65 Kio. Thanks for your help. Sorry for this useless thread. :-(