• Problem to configure Monitor for C166
    I have app. board with C166 and 128k RAM only connected to C166 by 8b demux bus. I try to configure monitor in Bootstarp mode. When monitor code starts from 0h then there is no problem. Trying to place...
  • Problem with C166 6.02 and void*
    Hello All! I have a problem with my existing projects since upgrade from 5.04b to 6.02. With 5.04 all code samples below compile and work fine! The new compiler version is much more agressive with...
  • C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...
  • _at_ for C166 ?
    Hello, is for C166 compiler also the instruction _at_ as with 8051 compilers to the direct address assignment? Rgds, Peter
  • c166 interrupts
    How can I cause an interrupt to load a function when my P8.5 goes high? Thank you