• LPC11C got stuck after NACK CAN msg
    I have two LPC11C14 connected via can bus, terminated by 120Ohm on both ends. I also connected Logic Analyzer to scan CAN bus. I was able to send one message over the bus, without acknowledging the message...
  • error msg
    how to solve this error pwm.c(76): error: #137: expression must be a modifiable lvalue 17 #define left1 IOPIN0 = (1 << 11) 18 #define right1 IOPIN0 = (1 << 8) . . . 74 if(center) 75 return...
  • sending msg
    Hi guys I read the topics about interfacing 8051 with gsm modem those are really helpful However when I implemented my program to receive a msg and give an acknowledgment(through sms) for same There...
  • Error Msg L6985E
    Greetings: I am attempting to use µVision3 V3.90 to load external flash on an NXP LCP2292 project. After reviewing available documentation, I have created a flash descriptor project which I have...
  • ANnoying error msg
    I tried to build this programme using ARM. It just recieves user input as keys and stores them in r0. AREA ConsoleInput, CODE, READONLY IMPORT main IMPORT getkey IMPORT sendchar EXPORT start ...