I want to know the difference between msp and mspx silicon version in ccs.
I can see msp and mspx silicon version in CCS Properties->CCS Build->MSP430Compiler ->Processor options->Silicon version.
I am using msp430f2410 and ccs 6.0
When i set to msp the code size is 51K and when change to mspx code size is reduced to 50K, more than 1KB is reduced.
But when i flash the code (WDT firing is ON) msp version is working as expected but mspx version is not coming to main() function.
It stays in copy_zero_init.c compiler library file forever and it doesn't come to main().
In both the cases my code memory and data memory model is small.
I need to know what is the difference between the two and how i can solve mspx issue to use reduced code size?