problems when debuggin in eclipse

Started by pioupus, April 16, 2013, 11:02:59 AM

Previous topic - Next topic

pioupus

Hi, i am trying to use the msp430-jtag-tiny-v2 to debug my programs. i use the msp430proxy with msp430-gdb and eclipse. under eclipse the debugenvironmet works under gdb hardware debugger.  generally it works(in main() i can step code and set breakpoitns) but there are still some problems:

1. it seems i only can step code within the main() function.

2. i cant access any memory. the errror is:
Cannot access memory at address 0x209a

3. the assembler dumb tells me the code lies under 0x21a0? which is a ram address? how can i debug it in flash enviroment?

the mcu is:
msp430f2619

the assembler code is:
http://pastebin.com/3rP9X4K7

the c code
http://pastebin.com/nKrfCz3c

and my makefile:
http://pastebin.com/5LZmi6n4

i would be really gratefull if anybody had a great idea for me.

greetings, Arne