Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe IDE (9.0) seems to generate an image where all the initialised data directly follows the code, and initialisation code copies it to the 'correct' address.
This may not be what you want! And may be one of the problems. You can persuade objdump to disassemble raw binary (and I presume hex) files, which you let you check that the code is approximately right.