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 ?