• 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: Stack does not update memory!
    Hi, I have a Stack problem in an interrupt handler. When I use a PUSH or CALL instruction, SP is correctly updated, but the memory at the address pointed by SP remains 0!! DPP3 = 3 I checked...
  • C166: Stack does not update memory!
    Hi, I have a Stack problem in an interrupt handler. When I use a PUSH or CALL instruction, SP is correctly updated, but the memory at the address pointed by SP remains 0!! DPP3 = 3 I checked...
  • c166 interrupts
    How can I cause an interrupt to load a function when my P8.5 goes high? Thank you