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

working on ESP32 wrover-e (lilyGo) #3

Open
Farid-Lotfi opened this issue Dec 12, 2022 · 1 comment
Open

working on ESP32 wrover-e (lilyGo) #3

Farid-Lotfi opened this issue Dec 12, 2022 · 1 comment

Comments

@Farid-Lotfi
Copy link

Hi,
This library does not work on esp-32 wrover.
does anyone know what should I do?

@Farid-Lotfi
Copy link
Author

I have just found out the solution,
If you are using V3 modules, you should change this line on CAN.c file:
from:
MODULE_CAN->IER.U = 0xff;
to
MODULE_CAN->IER.U = 0xef;

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