• carm versus realview
    We are noot happy with the current switch over to realview. We have a far advanced project, and the switch over is not easy. All the project settings are gone, the library's seems almost impossible to...
  • Preprocessor directive #error in CARM
    Hi! How make preprocessor error? #error - not work in keil 4.12 (ARM) #ifdef IO16_A CPU_CLOCK = 50; #elif IO16_B CPU_CLOCK = 25; #elif IO16_C CPU_CLOCK = 8; #else #error "No select...
  • GNU Emulation in KEIL CARM
    Hi there! I have a source written in gcc and i want to compile it inside a keil carm project using the --gnu command. What should i do? Thanks in advance
  • CARM to Realview migration guide
    Hello, For our existing project we have our all code in the CARM (UV3). Now we have decided to switch over Realview (UV4). While working on the migration encountered many issues such as 1. FIQ...
  • CARM 1.3 bug?
    I've port C source from C51 to CARM but CARM compiler seem has bug in comparison. #include <lpc210x.h> //DKARM 1.3h //---------- //AA MACRO ASSEMBLER V0.10a //CA ARM COMPILER V0.10a //LA ARM LINKER...