Posted on May 17, 2011 at 09:45Hi I tried your idea. I placed the code for the write to the boot bank into RAM. But this method doesn't work. I can try to place complete program into RAM (boot from RAM). But this method isn't suitable for my projec...
Posted on May 17, 2011 at 09:45Hi All I work with RIDE IDE v.746 with paths P1, P2 and evaluation board STR910. I have got the problem with the write to the boot bank. For example, my program starts from bank 1(boot bank). I can write the data to t...
Posted on May 17, 2011 at 09:37Hi Declaration of function void __attribute__((section(''.usertext''))) MyFunc(void); is going very well. Thanks for your help VincentC Best regards
Posted on May 17, 2011 at 09:37Hi VincentC I am looking for method, how modify only part of program code in flash. I want to have standart libraries, my own libraries and interrupt handlers in flash for all times and I want to upgrade only program c...
Posted on May 17, 2011 at 09:36Hi All I want to place my files .o (main.o, myfunction.o etc.) into my own section that is defined at absolute address. There will not be standard libraries (91xlib.o, 91x_scu.o etc) . These libraries will be in stand...