This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS Linker -- placing RTS

Other Parts Discussed in Thread: MSP430F5529

I'm trying to force the rts430x.lib into the lower (64k) addressing space of my MSP430F5529.

I've seen suggestions like:

.rtstest : { --library=rts430.lib(.text) } > FLASH

the manual gives an example:

.rts > BOOT2{-l=rtsXX.lib (.text)}

but neither of these work (in my code, I used the rts430x.lib file and my own (valid) memory names).

For the first, I get these (and other) errors:

cannot find file ".text"

cannot find file "ibrary"

object or library file name expected instead of "-"

For the second, I get these (and other) errors:

-l must specify a filename

cannot find file ".text"

I'm using Code Generation Tools TI v3.3.3

Thanks

**Attention** This is a public forum