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

CPU restart in callback #128

Open
Davi512 opened this issue Jan 24, 2024 · 1 comment
Open

CPU restart in callback #128

Davi512 opened this issue Jan 24, 2024 · 1 comment

Comments

@Davi512
Copy link

Davi512 commented Jan 24, 2024

Hi, when I upload a sample sketch CANreceiverCallback my cpu reads some id and restart. Even if I set filter to one or two id. image

@zalexzperez
Copy link

Make sure to have as little blocking code as possible on your callback function. No serial printing, no delays. Just change flag values on it.

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

2 participants