From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carl van Schaik To: Ecos Mailing List Subject: [ECOS] ARM vectors Date: Wed, 02 Aug 2000 00:44:00 -0000 Message-id: X-SW-Source: 2000-08/msg00010.html 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 ----------------------------------------------------- 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