Hi Kerry, thanks.
In the .ld file there are not details about this section at all, that is why I am wondering how it gets there, section as defined in the linker file:
.text_Flash3 : ALIGN(4)
{
FILL(0xff)
*(.text_Flash3*)
*(.text_DATA*)
*(.text.$Flash3*)
*(.text.$DATA*) *(.rodata.$Flash3*)
*(.mydata*) /* binary data */
*(.rodata.$DATA*) } > DATA
This is how the section looks like (.axf file):
Sections:
Idx Name Size VMA LMA File off Algn
0 .text_Flash3 yyyyy xxxxxx xxxxxxx zzzzzzz 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .eb.hdr 00000018 wwwwww wwwwwww mmmmm 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
.
.
SYMBOL TABLE:
.
.
00000000 l df *ABS* 00000000 enh_boot_hdr.c
wwwwwwl .eb.hdr 00000000 $d
Note: I have changed the address numbers for security reasons.