I'm having problems with Salvo/CrossStudio. If you go in the project properties, under the Build tab there is a setting Include Debug Information, which I've read about in the CrossWorks MSP430 Compiler Reference Manual, and it states "The -g option instructs the compiler to generate debugging information (line numbers
and data type information) for the debugger to use", p.190. I assume that it means it leaves debugging info on the processor because when I turned the setting on I have approximately 500 bytes more of code. However, Salvo doesn't seem to work correctly with this turned off. I can see that each task runs once (doing pin flips and I tested with up to 2 tasks), but neither of them go again. It's hard to debug obviously because I can't use the debugger. Do you have any ideas why?? I turned ALL optimizations off and it still doesn't work. As well, even with ALL optimizations ON everything works, until I turn this setting off.