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