This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem in GSM modem response handling using interrupt method of LPC2148 UART0

Actually i am getting problem while trying to receive the incoming sms from gsm modem to micro controller

controller-lpc2148
Uart- UART0 //Cpu clock-60 Mhz (using PLL 12Mhz*5=60Mhz)
VPB -15mhz //9600 baud rate ,8 bit data,1 stop bit,no parity
Enabled interrupt-Rx0

Parents
  • Sir, ring buffer..? i have no prevoius experiance with ring buffer.So i have to google about ring buffer and also why & where do you refer me this ring buffer to implent?

    To check buffer register,

    "if(dataa!=0x0A)"

    or

    for(i=0; s1[i]!='\0';i++)

    {

    s2[i]=s1[i];

    }
    Please clarify me also I am the new one to keil.So please guide me to do the ring buffer implementation

Reply
  • Sir, ring buffer..? i have no prevoius experiance with ring buffer.So i have to google about ring buffer and also why & where do you refer me this ring buffer to implent?

    To check buffer register,

    "if(dataa!=0x0A)"

    or

    for(i=0; s1[i]!='\0';i++)

    {

    s2[i]=s1[i];

    }
    Please clarify me also I am the new one to keil.So please guide me to do the ring buffer implementation

Children