Tool/software: Code Composer Studio
Hi, I am migrating my code designed for MSP430F5418 from CCS4 (Code Composer Studio 4) to CCS8. I encountered compilation error as below:
"program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x4c ."
Any modification should I make on CCS8 to compile code which was done successfully on CCS4? Thanks.