We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello!
In keil map file, I don't know all the title name's meaning. For example, what does the 'Idx' mean in Memory Map of the image section of map file?
What's the letter "E" in this section before Section Name?
Thanks!
The linker manual describes the option --section_index_display, which controls the information displayed in the Idx field. The 'E' field is the entry point, as you pointed out. You can set another entry point using --entry=symbol. But even if you do, you'll get a '*' next to !!!main. The other columns are fairly well explained in the linker manual.