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]

ARM vectors


Hi

I'm having a bit of trouble with the vectors.S on EB01
I defined CYGHWR_HAL_ARM_HAS_MMU so that my reset_vector is supposed to
remap to 0x0 based address.
The macro (UNMAPPED_PTR) (x)-__exception_handlers seems to make the
reset_vector address 0x64 instead of 0x44 (When I examine the memory in
the simulator) I think this might be due to the .section ".fixed_vectors"
which gets remapped into RAM. The macro is computed before this remapp and
the offset is thus left incorrect.

Whats the best way to solve this?

thanks

Carl van Schaik   <carl@leg.uct.ac.za>
-----------------------------------------------------
Dept. Electrical Engineering, UCT

621 Menzies Building
University of Cape Town
Rondebosch   
Western Cape
7700
South Africa

Tel: +27 21 650-3467
Fax: +27 21 650-3465



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