• some u rectified error
    I am using keil 3 since last one and half year but now when i am working on a project of TCP/IP n getting an Error 267 funcdef require ANSI-style prototype How do i rectify it? Also when i try to...
  • some u rectified error
    I am using keil 3 since last one and half year but now when i am working on a project of TCP/IP n getting an Error 267 funcdef require ANSI-style prototype How do i rectify it? Also when i try to...
  • I am not able to get this code work. the function gsmcall(); does not get called at all. Please help me rectify my errors.
    #include <lpc214x.h> #include <stdio.h> #define PLOCK 0x00000400 // for PLL #define THRE (1<<5) // Transmit Holding Register Empty #define RDR (1<<0) // Receiver Data Ready #define MULVAL 15 #define...
  • I am not able to get this code work. the function gsmcall(); does not get called at all. Please help me rectify my errors.
    #include <lpc214x.h> #include <stdio.h> #define PLOCK 0x00000400 // for PLL #define THRE (1<<5) // Transmit Holding Register Empty #define RDR (1<<0) // Receiver Data Ready #define MULVAL 15 #define...
  • linker errors for C file related to header
    Hi Folks I must be doing something stupid. Simple program, main.c has code #include<reg51.h> #include"sevenSeg.h" void main (void) { while (1) sevenSegWriteDecDigit(8); return; } sevenSeg...