**** BEGIN LOGGING AT Fri Jan 02 02:59:57 2009 Jan 03 01:45:32 Does anybody know how to handle interrupts using the s3c2440 ARM9 SOC? It does not support address remaping or exception vector remaping Jan 03 01:45:43 so how do I handle interrupts from sdram? Jan 03 01:45:54 they keep going to address 0x000 +offset but that's my vector table in flash Jan 03 01:46:16 I want it to go to my vector table in sdram at 0x30000000 Jan 03 01:46:25 I need this mostly when I am debugging since all my code is in sdram and flash could be erased or garbage etc Jan 03 01:46:33 in that case I do not know what to do since interrupts keep going to that fixed address Jan 03 01:46:46 I would love just to remap sdram to address 0x000 after getting sdram ready but this processor does not provide this functionality Jan 03 01:46:56 I know it has an MMU but I want to stay clear of it since my code should run on other ARM9s that do not support MMU Jan 03 02:17:15 Hello, everyone **** ENDING LOGGING AT Sat Jan 03 02:59:57 2009