first of all I'm a newbie so be patient with me. My problem is the following: I'm using a STR710-EVAL board and I'm trying to port the Freertos to it. I have loaded my program in ram 0x20000000 and I have remapped the memory to Ram. whenever I get a SWI the next I see in my GDB is that the pc = 0x08 and everything crashes. I recognize that this is the address of my Exception handler for SWI but the address should be 0x200000018 where the code is located?????? What is happenning.