Sign in

username:

password:



Not a member?

Search msp430



Search tips

Subscribe to msp430



Ads

Discussion Groups

Discussion Groups | MSP430 | IAR: Fill unused code memory in asm Project

The purpose of this group is to foster exchange of information on the Texas Instruments MSP430 family of microcontrollers and related tools. Everyone welcome, all levels of familiarity/expertise.

IAR: Fill unused code memory in asm Project - aschuh - Sep 12 2:55:35 2008

Hello Group,

normally i fill the unused code memory with 'nop' or 'jmp $'
instructions.

At the moment i'm working on an old assembler Project that runs on an
F149 with a lot too much flash memory.
When i activate the 'fill unused code memory' option the linker doesnt
add the nop instructions to the code. After a look into the iar manual
i found out that the linker option 'fills all gaps between segment
parts', so i named the code memory with:

ASEG CODE
ORG 01100h

but still nothing happens.

What am i doing wrong?

------------------------------------



(You need to be a member of msp430 -- send a blank email to msp430-subscribe@yahoogroups.com )