• Problems with memory space
    I have a compiler warning: memory space overlap From: 98h.0 To: 9Ch.0 I don't know how to get this problem solved. For assistance I would be grateful Andre Baur
  • Memory space exhausted
    On my PC, whenever I try to build a particular piece of software, using the C166 V2.6 compiler, it comes up with the error 'MEMORY SPACE EXHAUSTED'. If I try to build the same software on another PC...
  • 167 CR memory space overlap
    Hi Getting L4: MEMORY SPACE OVERLAP FROM: 00FA00H.0 TO: 00FC00H.0 USing 167CR and RTX full blown version Any suggestions Full code for project at http://www.control.auc...
  • Strange question about Array
    I declare a array, and set the value. ubyte i,ubData[3]; for(i=0;i<3;i++) ubData[i]=i; I debug this program ,the value of array element is correct. But when i download the program into flash...
  • A question about context switching
    Hello, There is an issue related to context switches that I do not understand. I have written the most simple interrupt handler: void foo() interrupt 0x20 using f_regs { } The generated assembly...