CAN Bus error with Mbed and FRDM K64F

Hello,

How do you initialize the CAN Bus in MBed OS for a FRDM K64F card?

I am trying like this from an old example but it gives me an error.

Hello,

first you not need include all headers which are already part of Mbed-os, are included via #include "mbed.h".
Unfortunately it seems like this target does not have implemented CAN driver for MbedOS by Freescale (NXP).

FRDM k64F “devihas” section does not include “CAN” · Issue #9912 · ARMmbed/mbed-os (github.com)

BR, Jan

1 Like