My apologies, I sent my former mail in HTML format :-( Here it goes again in "civilized fashion".
Hi people! I am working in a project that requires a large amount of data for settings. As information memory is not enough I would like to define another segment for such data. I thought that the best thing to do was to take info memory definition as example but using a different address and, of course reducing .text segment size. My first question is: ¿Why information memory segment is defined twice (as infomem and infomemnobits)? ¿If I need another segment for setting should I do the same? infomem(rx) : ORIGIN = 0x1000, LENGTH = 256 infomemnobits(rx) : ORIGIN = 0x1000, LENGTH = 256 Another question: infomem extends over two segments (A & B). If I want to delete infomem, should I do a dummy write in each segment before writing? And here my last question: Sometimes gdbproxy looses contact with the MPU. In such cases what I do is to reload the programs. Is there any way to resynchronize j-tag without reloading the program. Thanks in advance, Claudio