Page 1 of 1

How do you change where Flowcode compiles

Posted: Mon Jun 17, 2013 10:58 pm
by Errol
How do I force flowcode to compile at 0x1000 and change the high and low interrupt to 0x1008 and 0x1018?
I'm trying to use one of Microchip boot loaders.

Re: How do you change where Flowcode compiles

Posted: Mon Jun 17, 2013 11:24 pm
by medelec35

Re: How do you change where Flowcode compiles

Posted: Mon Jun 17, 2013 11:25 pm
by kersing
Use the -rb <start address> linker switch. For your purpose, add -rb 0x1000 at the start of the linker parameters. (Build->Compiler Options, Tab "Linker/Assembler")