I have an application that working for the AT91SAM7X. It loads at x100000. I now want to have it compile on the AT91SAM9XE. This needs to load at x200000. I have setup the Nut configure to target this CPU and modified the architecture but it continues to adress the code at x100000. What am I doing work? PS using ethernut_4.8.9
Hi, Usually such thing is done in a specific linker file - I suppose you have one - don't know anything about your tool chain. MacLyon
Using Yagarto. Gett errors from the Configuator trying to build. See attachment