I use this command:
fromelf.exe -a project.axf > output.txt
to know my storage addresses in the Cortex-M3. All structs are listed there, with all flash and Ram addresses. How can I output the enums? I think they are all in the .axf - File? Axf = elf?!
Thanks.