Reply by nikolasmartens October 29, 20082008-10-29
Hi,

I get this kinda weird problem so I wondered if anyone can help me
with it.

Symptoms:
Compiling works fine but when I try to debug the programm I get
following output:
[...]
Erasing flash memory (main)...
Loading image...
2 [main] gdb430 2540 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
952 [main] gdb430 2540 open_stackdumpfile: Dumping stack trace to
gdb430.exe.stackdump

I guess the stack trace wouldn't be of any use but I could post it as
well. I suppose STATUS_ACCESS_VIOLATION means there is a memory access
violation.
Cause:
The thing that causes the error is not a line. It's any line. Meaning
if I add any function or global variable the debugger quits with this
message. If I remove the variable or just not reference the function
it works again.
Environment:
I'm using Code Composer Essentials version 2.0.5.0 with an MSP430F2618.
The programm is build on top of FreeRTOS so there is quite a number of
files/functions/variables.

Has anyone ever experienced similar problem when there was just "too
much"? I'd appreciate any help or hints.

Thanks, Nikolas