#8331 - Lupin - Tue Jul 08, 2003 3:32 pm
I'm using ADS (...or ARM STD), maybe someone knows how to do this...
#16790 - KevinW - Wed Feb 25, 2004 3:44 am
Two ways:
1. Put you code and data in IWRAM section in a scatter file.
In addition you can use various flags to control where the code, and
static and dynamic data goes. Before ADS 1.2 this is the only way
(short of some big hack) to do it.
2. Starting with ARM ADS v1.2 there is a pragma that you can use to control where your code and data goes. You'll still want to at least setup a basic scatter file with EWRAM, IWRAM and CODE sections.