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, I read the processor manual for UART0,I didn't check the CTI as well the 0'th bit of U0IIR. When Gsm getting incoming message means with in that fraction it will send the full string in to Rx buffer as well i don't know where & how to check these things in the isr function and one more thing is that if i connecting lke RFID reader,gps modules means i can able to receive and read the full string without any problem.Then how it could be possible sir?

Reply
  • Sir, I read the processor manual for UART0,I didn't check the CTI as well the 0'th bit of U0IIR. When Gsm getting incoming message means with in that fraction it will send the full string in to Rx buffer as well i don't know where & how to check these things in the isr function and one more thing is that if i connecting lke RFID reader,gps modules means i can able to receive and read the full string without any problem.Then how it could be possible sir?

Children