Hello Igor,
Thank you very much for the information.
It seems, as far as I understand, that there is a mistake in AN12107.pdf :
In section 3.6 , .bd file in page 40 shows:
startaddress = 0x60000000
ivtOffset = 0x1000
initialLoadSize = 0x2000
--> I expects that m_start_text in icf = startaddress +ivtOffset +initialLoadSize = 0x60003000 , but
the icf file shows (step 3, page 37):
m_start_text = 0x60002400
Note that a similar example with icf file and bd file in section 3.5 shows icf file with m_start_text value exactly as expected from the given .bd file in that section (I am using the same calculation : m_start_text in icf = startaddress +ivtOffset +initialLoadSize).
Is it correct that there is a mistake with m_start_text value in .icf given in page 37 ?
Thank you very much for the time,
ranran