2013-07-14, 17:41:01
(This post was last modified: 2024-07-04, 21:01:46 by Mikael Gustavsson.)
I've download everything from here: [broken link]
Is this is the latest edition?
I think that the problem is at what you describe on the ds30 Loader - Main Manual (page 7, "Prepare the Application" paragraph). I just read the documentation - huge misstate that I did that now!
It seems that my compiler it includes automatically a "nop" command at location 0x00. You are saying that I must have a goto command there. A goto that will point where? I should program the bootloader and always check where the compiler starts (for example from the disassembly listing) in order to write this bootloader start address at my application goto command? It's always a fixed location?
I am using MpLab but with CCS C Compiler. Do you know how I will include this goto command?
Is this is the latest edition?
I think that the problem is at what you describe on the ds30 Loader - Main Manual (page 7, "Prepare the Application" paragraph). I just read the documentation - huge misstate that I did that now!
It seems that my compiler it includes automatically a "nop" command at location 0x00. You are saying that I must have a goto command there. A goto that will point where? I should program the bootloader and always check where the compiler starts (for example from the disassembly listing) in order to write this bootloader start address at my application goto command? It's always a fixed location?
I am using MpLab but with CCS C Compiler. Do you know how I will include this goto command?