Codewarrior Linker for DSP M56800E (v8.3.1)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Codewarrior Linker for DSP M56800E (v8.3.1)

746件の閲覧回数
jjt
Contributor I

I am trying to NOLOAD a section using the mwld56800e.exe linker.

# This links. (but zero initializes the variables.

 .ProgramWriteable :
{
* (.NODE_ID_SECTION)
. = ALIGN(0x000100); # NODE_ID was specified as length 0x100 in previous application???
* (.IDENTITY_SECTION)
* (.BOOT_DATA_SECTION)
} > FLASH_LAST_SECTOR

# This will give me a syntax error?

.ProgramWriteable (NOLOAD) :

 

The only documentation I could find doesn't list a NOLOAD or type=NOLOAD, or any other way to not load a section?

0 件の賞賛
返信
1 返信

720件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Can you tell us the tools and part number you are using?

BTW, the words is "NODE_ID_SECTION" instead of "NOLOAD".

BR

XiangJun Rong

 

0 件の賞賛
返信