S32K144/S32K146 has to define ERRATA_E9595 for flexcan application?

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

S32K144/S32K146 has to define ERRATA_E9595 for flexcan application?

296 Views
umsteigen
Contributor II

The function FLEXCAN_EnterFreezeMode is defined in flexcan_hw_access.c file included in the SDK RTM4.0.3 flexcan example application.

The following code is included:


#if defined(ERRATA_E9595)
/* Check Low-Power Mode Acknowledge Cleared */
while (((base->MCR & CAN_MCR_LPMACK_MASK) >> CAN_MCR_LPMACK_SHIFT) == 1U) {}
... ...
#endif

Do I need to define the macro ERRATA_E9595 for S32K144 or S32K146?

0 Kudos
Reply
1 Reply

278 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

this errata is not valid for S32K1xx so it is not needed to have this macro defined.

BR, Petr

0 Kudos
Reply