esp32-can-protocol-demo icon indicating copy to clipboard operation
esp32-can-protocol-demo copied to clipboard

working on ESP32 wrover-e (lilyGo)

Open Farid-Lotfi opened this issue 2 years ago • 1 comments

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

Farid-Lotfi avatar Dec 12 '22 09:12 Farid-Lotfi

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;

Farid-Lotfi avatar Dec 12 '22 09:12 Farid-Lotfi