From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masashi Ichikawa To: ecos-discuss@sources.redhat.com Subject: [ECOS] Re: Memory Layout on Assabet. Date: Thu, 23 Nov 2000 22:46:00 -0000 Message-id: <20001124154228S.ichi@me.sony.co.jp> References: <003701c055da$298caad0$8564a8c0@xuas> X-SW-Source: 2000-11/msg00326.html Hello, I have a question about Assabet's Memory layout. The "package\hal\arm\sa11x0\assabet\current\include\pkgcnf \mlt_arm_sa11x0_assabet_rom.mlt" file says: version 0 region ram 0 2000000 0 ! region rom 50000000 40000 1 ! section fixed_vectors 0 1 0 1 1 0 1 0 20 20 ! section data 0 1 1 1 1 1 0 0 8000 bss ! section bss 0 4 0 1 0 1 0 1 heap1 heap1 ! section heap1 0 8 0 0 0 0 0 0 ! section rom_vectors 0 1 0 1 1 1 1 1 50000000 50000000 text text ! section text 0 4 0 1 0 1 0 1 fini fini ! section fini 0 4 0 1 0 1 0 1 rodata rodata ! section rodata 0 4 0 1 0 1 0 1 rodata1 rodata1 ! section rodata1 0 4 0 1 0 1 0 1 fixup fixup ! section fixup 0 4 0 1 0 1 0 1 gcc_except_table gcc_except_table ! section gcc_except_table 0 4 0 1 0 0 0 1 data ! This file says that ROM area starts from 0x50000000. But according to the StrongARM's data sheet, 0x50000000 is a reserved area. Is this correct? Any hints are welcome. Please help me. best regards, M.Ichikawa.