Page 1 of 1

Prog offset for bootloader

Posted: Tue Aug 19, 2008 1:35 pm
by jadiflow
Hi,

I just got my ECIO28 module, and while installing I read that I need to offset the program in memory to start above hex800; space below that is used for the ECIO bootloader.

Q: Does Flowcode automagically take care of that (there is an example where this is implemented), or do I tell it to?

TIA,

Jan Didden

Re: Prog offset for bootloader

Posted: Wed Aug 20, 2008 10:28 am
by jadiflow
Maybe I have found the answer: I need to select 'ECIO-28' as the target processor, no?
Would be nice to get confirmation, though.. ;-)

Jan Didden

Re: Prog offset for bootloader

Posted: Thu Aug 21, 2008 10:14 am
by Benj
Hello Jan

The Programming software ECIOprog handles all of this for you so you dont need to worry about it either in Flowcode or programming in C / Assembler.

Re: Prog offset for bootloader

Posted: Fri Aug 22, 2008 8:51 am
by jadiflow
Thanks!