How to ignore CANFD in S32K1?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to ignore CANFD in S32K1?

跳至解决方案
1,223 次查看
jingfang
Contributor IV

My customer want to ingore CANFD in bus. Whether the FEND = 0 can be implemented?

Or if S32K1 has other memory can be set to ignore CANFD?(Ensure that the bus can communiate properly)

Or if any other MCU has this capability?

PS: CAN transceivers CAN be seleted with or without CANFD 

捕获.JPG

0 项奖励
1 解答
1,206 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @jingfang 

Configuring MCR[FDEN] with a bit 0 lets you have receptions and transmissions in CAN format, but before you do that you have to enter to Freeze mode which you can find its configuration on page 1797 of the S32K1xx Series Reference Manual.  If you don’t activate this mode you are not to be able to manipulate FDEN.

 

B.R.

VaneB

在原帖中查看解决方案

3 回复数
1,207 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @jingfang 

Configuring MCR[FDEN] with a bit 0 lets you have receptions and transmissions in CAN format, but before you do that you have to enter to Freeze mode which you can find its configuration on page 1797 of the S32K1xx Series Reference Manual.  If you don’t activate this mode you are not to be able to manipulate FDEN.

 

B.R.

VaneB

1,172 次查看
jingfang
Contributor IV

Thanks a lot~

If I activate Freeze mode and manipulate FDEN.

Exit the Freeze mode, will the FDEN state not change?

0 项奖励
1,163 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @jingfang 

When you come out of Freeze Mode, all settings you have made in it will remain as you did.

 

B.R.

VaneB