Hi all I have just started to use uVision3 to simulate LPC2368 using RTX kernel. I followed description on uVision3 Help (Create New RTX Application).
When I write a simple prog. I get this Error at compilation: LPC2300.s(623): error: A1163E: Unknown opcode SWI_Handler , expecting opcode or Macro.
I checked the upstarts code “LPC2300.s†And its ok. Please help me to solve this problem.
Sima
I can’t find where it states it but for the RealView ARM Assembler, labels need to start in the first column (in my experience) otherwise it thinks that the label is an opcode.