• HOW can write a message when recieved an interrupt
    please tell me how can i send a message to lcd while recieved one interrupt. because i cant write a lcd command in ISR at keil compiler. please advise me javad majd
  • recieving messages from gsm
    i am working on a embedded project using GSM SIM300.i am using Atmel at89s52, GSM module ,temperature sensor LM35. Working of project - Temp sensor will sense the temperature and sent a message...
  • How recieve string into controller
    Hi everybody! I work with Keil C251 uVision2. in my programm i want to recieve string into controller. i have an array of characters incom[20] , which i use as a buffer for recieving string. i recieve...
  • transmitting and recieving interfacing with 8051
    i m having such a hard time with my project. my project idea is to make a trasmitting and recieving circuits using RF frequincy. i should make two circuits one for recieving and another for transmitting...
  • LPC11C CAN message interrupt
    I am trying to read messages from CAN bus with LPC11C14 uC. I get interrupt when message is transmitted by other CAN device, but the value of LPC_CAN->INT == (1<<15), so I only get interrupt status but...