FLEXCAN_ENCRIPT example

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

FLEXCAN_ENCRIPT example

659 Views
felixfeng
Contributor I

It's running on s32k144 microcontroller. But I simulated some data on the bus with PCAN it cannot be received by RX message buffer when I debuged it. Received message buffer is always in busy state. I don't know why.

Baute rate is set as 500k for both microcontroller and PCAN. it's implemented on CAN0 and FD is false.  Interupt is enabled. All configurations are OK. Connection problem is excluded. But no data exchange occured. I have no idea to do it next. Please help me.

Tags (1)
0 Kudos
1 Reply

524 Views
felixfeng
Contributor I

The problem is found out that enable pin for transeiver is configured with disabled and pull up in default way. After the configuration of enable pin PTB3 for FLEXCAN_0 can modudule started working.

0 Kudos