Resolved! Put interrupt in RAM or pre cache
Hello,I am using GCC and eclipse CDT. I need to execute an external interrupt very fast (every 4µs). There is not a lot to do in there but I use about 2.5µs of time in the interrupthandler. I tryied to put the handler in to ram wich gave me the reloc...