Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I am using the TMDXDOCKH52C1 development kit with CCS4. I am coding in C++ because I need to use objects in my programming. However when I try to create a new object (either from the heap or not) I get a linker error: "placement fails for object ".text", size 0x238e (page 0). Available ranges: C0 size: 0x2000 unused: 0x2000 max hole: 0x2000". I have checked the ".map" file and the linker is trying to put the 0x238e ".text" file into the C0 memory region which is only 0x2000 big.
Can anyone answer why it is (attempting to) go into the C0 location? From what I understand, ".text" refers to the code, and I thought this was meant to be stored in flash memory?
Thanks,
Tom
