• LPC 2368 / CAN problem
    Dear All We are in the finishing stage of our CAN based project. We are using LPC2368 ARM7TDMI controller with ULINK2 ARM debugger with KEIL microvision 3 . Presently handling The CAN errors. We have...
  • Problems with MCBSTM32C CAN Ports
    Hi there, I have problems setting up the two CAN ports on the MCBSTM32C demo board. I got them to work in loopback mode but in normal mode the INAK bit doesn't set itself to 0. In the manual it...
  • 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...
  • MCB2300 CAN interface problem
    I'm using the MCB2300 board with uVisin3 and ULINK2. When I load the CAN example from the NXP site (LPC23xx_24xxSampleSoftware.r5) the download goes without any truble. But when i try to download the...
  • STM32 CAN simulation problem
    Use source: #include "stm32f10x.h" void USB_HP_CAN1_TX_IRQHandler() { if(CAN1->TSR & CAN_TSR_RQCP0) CAN1->TSR |= CAN_TSR_RQCP0; if(CAN1->TSR & CAN_TSR_RQCP1) CAN1->TSR |= CAN_TSR_RQCP1; if...