• Clear Memory section of start166.a66
    Hi all, i am using ST10. i like to know following thing. if someone having data for it please send. 1) How Clear Memory section logic of start166.a66 works. 2) Who initialized veriable ?C_CLRMEMSECSTART...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...
  • C166INC env var for EC166
    Hi, I'm trying to compile the C:\Keil\C166\Examples\EC++\complex\complex.cpp file from my command line. C:\>SET C166INC=C:\KEIL\C166\INC C:\>c:\Keil\C166\bin\EC166.EXE "c:\keil\C166\Examples...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • Problems with init of a function pointer
    Hello I've a problem when initializing a global function pointer. Depending on where the function pointer is created, the adress of the funciton pointer is 0 (=wrong). There are no warnings in the...