ESP32 CAN driver multiframe not working
Posted: Wed Jul 27, 2022 4:34 am
Hi,
I am working on ESP32 WROOM CAN driver.
Single CAN frame is working but if data is more than 60 byte then I am receiving only 48 byte after that can_receive interface is not giving data with expected ID. Please help.
Multiple ID Filter Configuration is also not working.
If I change acceptance mask and acceptance code then its not receiving can data.
if I change acceptance mask to 0xFFFFFFFF and acceptance code to 0 then it is receiving data from all IDs. but I want to receive data from single CAN ID, how can I configure this?
I am using below github example code.
https://github.com/espressif/esp-idf/tr ... an_network
Please help.
Thanks.
I am working on ESP32 WROOM CAN driver.
Single CAN frame is working but if data is more than 60 byte then I am receiving only 48 byte after that can_receive interface is not giving data with expected ID. Please help.
Multiple ID Filter Configuration is also not working.
If I change acceptance mask and acceptance code then its not receiving can data.
if I change acceptance mask to 0xFFFFFFFF and acceptance code to 0 then it is receiving data from all IDs. but I want to receive data from single CAN ID, how can I configure this?
I am using below github example code.
https://github.com/espressif/esp-idf/tr ... an_network
Please help.
Thanks.