• LPC2103 Registers Help!
    Hi guys. I have a problem here. I'm new to LPC2103, previously been using 8051. I will explain in 8051 register instead of LPC2103 and hope you can enlighten me. In 8051, there is SBUF , RI and TI...
  • LPC2103 to PIC16f628
    Hi, I need proposal for connected LPC2103 to PIC16f628, I made led display who work with pic16f628 like master IC, but No. of characters is limited, I need to put large No. of character on SD card...
  • lpc2103 timer0
    hi i'm using lpc2103 and timer0 to make a 10 second delay .but my code just give me 2 second delay . it seems that timer is running 5 time faster ! here is my code : T0TCR=(1<<1); //Reset Timer0...
  • Problem with LPC2103
    Hi I have written a simple code for lpc2103 to starting use of that, But this simple program dose not work after downloading on chip via J-LINK V.8 . When I debug the program, it stymies in PLL what...
  • Register Declaration
    I have the follow definitions of my registers : typedef struct { unsigned int var1; unsigned int var2; unsigned int var3; } test; #define pTest ((test *) 0x200000FF) And to access the...