• 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...
  • got an error msg in c51
    i m working on 8051 development board it has micro-controller NXP P89V51RD2 so the problem is that the compiler could not open the file and showing the error msg C318 file can not open so...
  • USB nack
    Hello, can you tell me which function in the Keil USB library sends a nack back to the host? I have a CDC bulk endpoint. I cannot find any reference to this in the code itself (it was mentioned in...
  • RL-ARM control got stucked in
    I am trying to interface RS232,CAN and Ethernet to ARM7 using RL-ARM Library. I am using MCB2300 Evaluation Board for this. I am referring EasyWeb example program for interfacing Ethernet. First I interfaced...
  • I2C NACK Problem
    Using the Keil LPC 2129 EVB, I set up the I2C port in Slave Mode and talk to a master device on the bus. I notice that every 500 or so transfers, when the Keil EVB recieves: [SLA][W] it Nacks the byte...