This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ARM - RAM region at other address than 0


hello,

we have an board with an ARM7TDMI (Texas Instruments - TMS320VC5471) core
where the ROM (flash) starts at address 0 and RAM (actually SDRAM) beginns
at address 0x10000000. this mapping can't be changed. I saw in vectors.s
(for ARM) that, it is presumed that the RAM region always starts at address
0. some of the exception vectors are copied from the __exception_vectors
label to address 0 + offset.

to port eCos, do I have to change vectors.s to copy the __exception_handlers
to other address than 0? or it's possible to obtain this with a processor
specific HAL?

thank you.

Regards,

Backhaus Willy


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]