Wakeup Init Sequence for FlexCAN

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Wakeup Init Sequence for FlexCAN

1,024件の閲覧回数
arvindupadhyay
Contributor II

Hi Friends,

I am working on kinetics series microcontroller, I want to know about wakeup Initialization sequence for FlexCAN .

Regards,

Arvind

ラベル(1)
0 件の賞賛
返信
1 返信

888件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Arvind Upadhyay,

     About the wake up sequence for the FlexCAN, please refer to the according kinetis reference manual, chapter 49.4.10.3 Stop mode.

pastedImage_1.png

  So, if you want to wake up the flexcan in stop mode, please enable the SELFWAK, WAKINIT, WAKMSK bit, the code is:

     FLEXCAN0_MCR |= FLEXCAN_MCR_SLF_WAK | FLEXCAN_MCR_WAK_MSK
                  |  FLEXCAN_MCR_WAK_SRC             // enable wakeup filter
                  ;

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信