Other Parts Discussed in Thread: MSP430F2274, SIMPLICITI
Hi, I am developing for ez430-rf2500 (MSP430f2274) using CCSv4. I get the error "run placement fails for object ".sysmem", size 0x50 (page 0). Available ranges: RAM size: 0x400 unused: 0x26 max hole: 0x26 tx line 0 1290898956063 227". I am just using mrfi.c from the SimpliciTI library and an additional 500 lines of code. I'm sure this should fit into memory. I am not experienced with compilers, but it seems as if the compiler is trying to place everything into RAM (only 1 KB). Is it possible to place code in flash memory? The MSP430f2274 has 32 KB flash memory.