Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCheck the sizes (and addresses) of the program segments using 'objdump -p'. That ought to tie up with what is being downloaded.
The .map file from the linker might also show what is being included. It might just be the '.bss' section (zero data) that is included in the program size, but not downloaded.