• CAN Receive Message Simulation
    I have a test program that sends periodically a CAN message from channel 1. The commands at the bottom simulate reception of a CAN message in CAN channel. CAN communication window shows a REC message...
  • code to generate UART0 Receive Interrupt
    Hello, Can you please take a look at my code and tell me what may be wrong with it and what I need to change it so that it generates an interrupt when the UART0 receives data? I am sending data to...
  • How to handle the receive buffer interrupts?
    Hello, I am using LPC3250 mcu with ARM9 core. I would like to receive interrupts when data comes to the receive buffer. I have enabled the interrupt but now I dont know how to proceed. What kind...
  • Interrupt is not generated when running simulator.
    When I insert a breakpoint in an interrupt, ex. Interrupt 0. Then, I generate an interrupt, using PORT3, in a button that I created for Toolbox. However, the interrupt is not generated, if the simulator...
  • LPC2368 CAN receive problems
    Hello hello, Part of my final internship I have to analyze CAN-BUS messages. The company has provided me with a KEIL MCB2300 (LPC2368) I have modified the original can example program from NXP...