Hi, since I can't get insight to work reliably on my machine I decided to use gdb in console mode. However it looks like I am missing something that is necessary to download the code to the target.
gdb> file /msp430/code/olimex/aout.elf loads the file gdb> target remote localhost:4000 establishes a connection. but when I try to issue a run command it sais the program is already running. gdb> monitor erase all does not help. I receive E0 errors from the remote side. What are the steps required in which order to get a simple program running to some source line (breakpoint)? Is anyone using gdb in console mode? Does someone have startup settings for this kind of work? Thanks in advance Roland