Page 2 of 2

Re: ESP32 and internal CAN

Posted: Sat Feb 20, 2021 3:35 pm
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.

Re: ESP32 and internal CAN

Posted: Mon Aug 29, 2022 4:14 pm
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