Skip to main content
jgoldberg
Associate
July 15, 2010
Question

CAN2 in STM32F105/7

  • July 15, 2010
  • 2 replies
  • 566 views
Posted on July 16, 2010 at 00:27

CAN2 in STM32F105/7

    This topic has been closed for replies.

    2 replies

    juergen239955_st
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:59

    we use CAN2 in stm32f105, it works fine. Remember to clock CAN1.

    jgoldberg
    jgoldbergAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 13:59

    I assumed that I was initializing CAN1 before CAN2.  Bad assumption.  Turns out that I was initializing CAN2 before CAN1, and before the CAN1 peripheral clock was enabled.  Thanks for the reminder.