• No subject
    Hello I am using LPC2000 flash utility for ISP programming to LPC 2214. crystal oscillator i am using is 4Mhz and baud rate is 4800. Actually it is very slow for one time programming it requires 10 min...
  • No subject
    I have created a library for some functions for.ex add(a,b)and div(a,b) and so on I am calling this my.lib library in main.c in another project.But before direct access to this library from main.c file...
  • No subject
    #include<LPC214x.h> #define read1_31 (IO1PIN&0x80000000) typedef unsigned long DWORD; typedef unsigned short WORD; typedef unsigned char Byte; typedef unsigned int Boolean; void io_init(void);...
  • No subject
    when i use match register along with the software interrupt, SWI interrupt happens only once and then the program control gets stuck in the startup code. I tried to manipulate the input/output port...