Posted on March 02, 2006 at 03:40You can work yet with debagger ? I had the same problem. Check JTEG on your boards. :o (I am working with ST72F561 + Indart-STX +DataBlazeProgrammer) [ This message was edited by: sergeyna on 02-03-2006 08:13 ]
Posted on January 19, 2006 at 03:42Hi Luca! Can I do just something like this (if I want to put function ''LOOP'' at beginning of sector2(0x1000 to 0xE000) ?: (Metrowerks Codewarrior, HIWARE compiler, st72f561) My linker.prm file: NAMES END SECTIONS...
Posted on January 12, 2006 at 14:02How can I define empty function to specify address for new program ? I have written a simple bootloader (IAP). my ''main.c'' file: void main(void) { ... IO_Init(); //General initialization ... while(1) Loop(); } ...
Posted on January 03, 2006 at 04:52Quote:On 26-07-2005 at 10:13, Anonymous wrote: Scooby, please find below one possible way of addressing you problem (redirecting interrupt vectors for use with IAP). It contains some inline assembler but I think i...
Posted on December 25, 2005 at 13:42Hi! I have a question about using interrupts in Boot Loader program. I have MCU – ST72561 High Density Flash Memory – 60kB IAP(In Application Programming) The purpose of boot loader (from sector0) is programmi...