Im using Launchpad+msp430g4331+ IAR kick start. IDE displays this error message
"processing the segment placement command "-Z(DATA)CSTACK+_STACK_SIZE#",
where at the moment of placement the available memory rangeswere "CODE:250-27f"Reserved ranges relevant to this placement:
200-24f DATA16_Z250-27f CSTACK
Error while running Linker"
what does this mean ? does it says about stack over flow? How can i fix this?
How can i check used programme memory using IAR?