"Elwyn Campbell" <elwyn.campb...@nautronix.com.au> wrote: > However, when I try and load the test.elf file (after connecting with > rproxy) using the gdb command line "load test.elf" after connecting to > rproxy, the following error is returned in gdb: > (gdb) load test.elf > Loading section .text, size 0x70 lma 0x1100 > Error: Memory access error while loading section .text. > > And the rproxy error: > notice: msp430-rproxy.exe: connected > error: msp430: Could not write device memory (7) > error: msp430: Could not write device memory (7)
Did you do a "monitor erase all" before loading? I could not find this in your description. HTH, Christian