Other Parts Discussed in Thread: MSP430F2001
Hi, I'm using a MSP430F2001 and running out of code space. I have lots of free information memory though. How do I tell the linker it's ok to use segments B,C,D of information memory to store code? I don't want to use segment A because of the oscillator calibration data that's there. I guess I would also have to tell the debugger to erase segments B,C,D before loading code there. Is there an app note on this? I'm an experienced C coder but not familiar with the linker setup on CCS.
Thanks,
Lloyd