Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAccessing memory sections from software.
Is there a way to access the beginning and end of the memory sections from within the software? For example, I need to know where the .text section begins and ends so that I can calculate a checksum...
Altera_Forum
Honored Contributor
9 years agoHi,
I am not sure if you are looking for this but please take a look into .objdump file generated in the software folder (same directory with .elf file).