Hello everyone,
I'm using S32DS 1.2 to develop demo which want use CANFD to transfer data.
When I run the demo , the demo was cycling in FLEXCAN_SetStuffBitCount function, I use the PE to generate code automatically.
and then i found here is a defination for E8759:
Does that mean I should comment it out to use CANFD? If not ,how to configure it?
Hi,
if the MCU has mask set N78S then you can simply comment #define ERRATA_E8759.
If you have older mask 1N81M you should not use CAN FD unless all devices on the bus comply with older CAN FD standard.
BR, Petr
Hi Petr
Thanks very much
And how to confirm which mask the MCU has? :)
Hi,
should be printed on the MCU package...
BR, Petr
Thanks!!!:smileylaugh: