ESP32 and internal CAN

Any bugs you encounter with Flowcode should be discussed here.
LeighM
Valued Contributor
Posts: 401
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 71 times
Been thanked: 217 times

Re: ESP32 and internal CAN

Post by LeighM »

Thanks for the feedback.
There are also some changes to the CAL C code, in the pipeline,
fixes for the pre-set buffers issue,
but this is not yet in the auto-update system.

SetTXIdent should send the ID standard or extended based on the CAN component property.
That is how this function has worked historically.
But I notice that there is a bug stopping that happening, I will fix that now.

SetTXIDSimple is based on the register format of the MCP device, so is a little strange.

Thanks
Leigh
ps. I've also still some work to do on received message filters.

unity-control
Posts: 54
Joined: Wed Sep 08, 2021 10:36 pm
Has thanked: 26 times
Been thanked: 11 times

Re: ESP32 and internal CAN

Post by unity-control »

Hi Leigh,

I am going to try Internal CAN BUS on ESP32 soon and wanted to know what works and what doens't in Flowcode atm? I've used a lot PIC32 and that worked like a charm.

If RX Interrrupt is not working on ESP32, how could this be achieved? Is there any way you guys can implement this in FC?

Cheers!
R

Post Reply