How do you change where Flowcode compiles

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Errol
Posts: 39
Joined: Wed May 18, 2011 11:15 pm
Has thanked: 9 times
Contact:

How do you change where Flowcode compiles

Post 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.

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: How do you change where Flowcode compiles

Post by medelec35 »

Martin

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: How do you change where Flowcode compiles

Post 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")
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

Post Reply