Ok, now I got remote gdb connected to my x449 fet tool.

I issued once
(gdb) load
which programm my chip once.
Then I exit from debugger, edit the source and:

Then next time I'm saying 'load', gdb replies as:
        Loading section .text, size 0x78 lma 0x1100
        Memory access error while loading section .text.

the source is simple - 
        int a,b,c = 3;
        void foo() {
               b = 15;
        }
        int main() {
               foo();
               a = b*c;
               return 240;
        }

compiled with (most recent gcc version...)
        msp430-gdb -O -g -mmcu=msp430x449 m.c

If I analyse memory, it shows the last sucessfull programmed code.

What have I missed there?

~d

-- 
*********************************************************************
   ("`-''-/").___..--''"`-._     (\       Dimmy the Wild      UA1ACZ
    `6_ 6  )   `-.  (     ).`-.__.`)      Enterprise Information Sys 
    (_Y_.)'  ._   )  `._ `. ``-..-'       Nevsky prospekt,   20 / 44
  _..`--'_..-_/  /--'_.' ,'               Saint Petersburg,   Russia
 (il),-''  (li),'  ((!.-'                 +7 (812) 314-8860, 5585314
*********************************************************************




Reply via email to