CAN Tx_Rx

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

CAN Tx_Rx

1,803件の閲覧回数
intern_praveena
Contributor II

 i am using FS32K144 EVB board and i want how to transmit and receive can messgae in a simple manner.Can u please hlp me to code??? i tried something below in my code.

0 件の賞賛
返信
3 返答(返信)

1,489件の閲覧回数
intern_praveena
Contributor II

I am not able to receive can msg?? but transmission is working.How to i solve??,here is my code,Screenshot (100).png

0 件の賞賛
返信

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

Hi,

seems you are using same MB for TX and RX operation. Use one MB for TX and another for RX. In your code it is buffIdx variable used in all functions.

BR, Petr

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

Hi,

within a S32 Design Studio you can find several CAN examples. You can refer to 

non-SDK examples called FlexCAN_s32k144 and FlexCAN_FD_s32k144 and 

SDK based called flexcan_encrypted_s32k144 and can_pal_s32k144.

Also you can refer to examples posted here in community

https://community.nxp.com/docs/DOC-335250

https://community.nxp.com/docs/DOC-343091

BR, Petr

0 件の賞賛
返信