How to close CAN TX interrupt?

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

How to close CAN TX interrupt?

1,427件の閲覧回数
eautopower
Contributor IV

NOW,i open the CAN interrupt,CAN TX interrupt also open,i want to know how to close the CAN TX interrupt.

0 件の賞賛
返信
1 返信

1,122件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

The Message Buffer interrupt is enabled if respective bit in IMASK1 register is set. Then if flag is set in the IFLAG1 register the interrupt is called. The flag is cleared by writing 1 to respective bit in the IFLAG1.

If you do not want to have interrupt generated after successful message transmission, then clear respective bit in IMASK1 register.

BR, Petr

0 件の賞賛
返信