Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MoveElectricMobility opened this issue Jan 16, 2024 · 0 comments

Comments

@MoveElectricMobility
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant