• C166 vs. ARM7 interrupt clearing
    Hello, I have been reading the details concerning interrupt handling in the ARM core. I see how nested/not nested interrupts work, and that it is important to clear the interrupt in the handler to prevent...
  • C166 vs. ARM7 interrupt clearing
    Hello, I have been reading the details concerning interrupt handling in the ARM core. I see how nested/not nested interrupts work, and that it is important to clear the interrupt in the handler to prevent...
  • Problems after update from c166 v5.00 to c166 v5.05 (v6.02)
    Hello all, I have just updated from c166 v5.00 to v5.05 but the generated assembler code differs and the program is running errorious. I'm using an XC161CJ. the instruction: #define CC1_IOC_STAG...
  • Problems after update from c166 v5.00 to c166 v5.05 (v6.02)
    Hello all, I have just updated from c166 v5.00 to v5.05 but the generated assembler code differs and the program is running errorious. I'm using an XC161CJ. the instruction: #define CC1_IOC_STAG...
  • C166 preprocessor
    Hi all, Is there an official specification of the Keil C166 preprocessor output? We're currently using 3.12. - Do lines always start with #line or can there be whitespace in front of #line? ...