This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX Kernel - "SWI_Handler" in startup file ?

Hello everyone,

I am trying to convert a (simple) project to using the RTX kernel. Following the manual, I commented out the line

SWI_Handler    B    SWI_Handler


in the startup file and replaced it with

IMPORT    SWI_Handler

However, when compiling, I get the following error:

SAM7.s(237): error: A1163E: Unknown opcode SWI_Handler , expecting opcode or Macro

Anything I'm missing here ? Any other files I need to include in the project ?