Hello Robert,
By default the driver is disable. Some of the device drivers such as Timer, FlexCAN, RTC, etc. and the interrupt controller drivers implement a custom API and do not follow the standard driver interface. That means,the FlexCAN driver is not POSIX, only POSIX standard I/O are defined in the user_config.
In order to able the driver you need to use the function flexcan_init ().
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------