Skip to main content
55722827
Associate
July 22, 2010
Question

use dual CAN on stm32f105,can2 can not send

  • July 22, 2010
  • 11 replies
  • 3153 views
Posted on July 22, 2010 at 09:50

use dual CAN on stm32f105,can2 can not send

    This topic has been closed for replies.

    11 replies

    cb_it
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 13:59

    Ok, I got it: In the start-up code, I used the wrong name for the interrupt handler,

    USB_LP_CAN1_RX0_IRQHandler

    instead of

    CAN1_RX0_IRQHandler.

    Now it works fine.