FlexCAN_T4 icon indicating copy to clipboard operation
FlexCAN_T4 copied to clipboard

When using a pointer to a FlexCAN_T4 instance it crashes the board

Open MoveElectricMobility opened this issue 1 year ago • 0 comments

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?

MoveElectricMobility avatar Jan 16 '24 04:01 MoveElectricMobility