• declaration after function call
    I just started using kile c51 compiler with µVision. My problem is only a stylistic issue. While initializing my controler: <dir> unsigned char dummy1 = 0xFF; /* call openADC0 */ openADC0(...
  • Call an extern function at a specific address
    Hi, at address 01800h there is a function of an old project (range: 01800h-02000h). I want to use it again in a new project (range: 0h-01000h). The new project is written in C. I already declared...
  • set two timer with different clock period
    hi i m using AT89C2051 i want to use one timer to send serial data, and 2nd timer for clock pulse aprox 50% duty cycle, P3 Pin 7, for high and low after half secnd i m using 11.0592MHz crystal...
  • how to delay a period of time ?
    i'm using uVision to code my program. anybody tell me how to delay a period of time in C?
  • HardFault after calling math function
    Hi all, I use µVision 4.73 evaluation version. My target device is LPC4357 (cortex M4). All works fine, except when I use floating poit math. volatile float F; #include <math.h> int main(void...