FlexCAN_T4
FlexCAN_T4 copied to clipboard
When using a pointer to a FlexCAN_T4 instance it crashes the board
using these two lines it crashes the board:
FlexCAN_T4<CAN1, RX_SIZE_256, TX_SIZE_16>* can_interface; //To create a pointer to a can interface instance
AND
can_interface->begin(); //CRASH
Any thoughts/fixes?