CAN Tx_Rx

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CAN Tx_Rx

999 Views
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 Kudos
3 Replies

685 Views
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 Kudos

685 Views
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

685 Views
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 Kudos