Цитата(Step_ARM @ May 27 2009, 11:34)

У LPC23XX основной памяти 8кБ, USB_RAM -- 8кБ, Ethernet RAM -- 16кБ. Между ними резервные области памяти.
Возможна ли в IAR настройка xcl при которой будет использоваться вся память с отключенными резервными сегментами?
Код
To alocate specific areas of memory to SEGA and SEGB:
-Z(CODE)SEGA,SEGB=100-1FF,400-6FF,1000
In this example SEGA will be placed between address 100 and 1FF, if it fits in that amount of space. If it does not, XLINK will try the range 400-6FF. If none of this ranges are large enough to hold SEGA, it will start at 1000. SEGB will be placed, according to the same rules, after segment SEGA.
Но не думайте, что можно помесить половину unsigled long в одном диапазоне адресов, а вторую половину - в другом, ARM7 так не умеет.