2010-10-17, 03:46:48
(This post was last modified: 2012-12-23, 15:17:10 by Mikael Gustavsson.)
Thanks for the prompt response. My firmware manual on page 6 only has the following text.
***********************************
Bootloader placement
The bootloader is normally placed at the very end of flash memory. This way there is no
need to alter the linker script. Some device families place configs at the end of flash
memory, in those cases the bootloader is placed just before the configs.
***********************************
***********************************
Bootloader placement
The bootloader is normally placed at the very end of flash memory. This way there is no
need to alter the linker script. Some device families place configs at the end of flash
memory, in those cases the bootloader is placed just before the configs.
***********************************
(2010-10-16, 11:29:34)Lotusx Wrote: Hello,
No need to offset, compile as usual.
cf. "ds30Loader firmware manual" page 6 & last page.
Lotusx