S32K146 CAN callback function will only enter once

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

S32K146 CAN callback function will only enter once

498件の閲覧回数
547416104
Contributor III

Hello EveryOne,

Init can_pal module and test can function, I find can tx function is ok, but CAN callback function will only enter once, if continue send can message from tester, system will not enter callback function.

The detail information refer to the attachment.

thanks!

547416104_0-1658906363860.png

 

タグ(1)
0 件の賞賛
1 返信

488件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

after callback is called you need to call CAN_Receive to start receiving data in given RX MB again.
Can be done in callback, i think, after you process data.

BR, Petr

0 件の賞賛