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,
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).
BR, Jan