• str_scomp() function
    How use str_scomp() ?
  • Function
    Hello, We recently purchase keil PK51 software, we wanted to solve following error's, kindly help us. 1. When we compile our code by using PK51, it generate random functions. We required to set function...
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...
  • SWI Function
    hai i'm working with LPC2148 and keil Real view compiler i want to know how to write Software interrupt Function.. i tried some but met with an error.. i want to know how to define SWI function...
  • main function ?
    why in Keil compiler we define the main as int rather that void ? int main (void) rather than .... void main (void) ,like in C51