Search found 2 matches

by Beubeu
Fri Feb 10, 2023 2:56 pm
Forum: ESP32 Arduino
Topic: ESP32 crash can bus communication with Arduino
Replies: 1
Views: 1404

Re: ESP32 crash can bus communication with Arduino

Ok in the library, there was just missing a "return 0;" :D
My code is all good but the
  1. sendMsgBuf
was wrong...

Never missed the return 0; if your function is not a void for ESP32 :p
by Beubeu
Thu Feb 09, 2023 9:37 am
Forum: ESP32 Arduino
Topic: ESP32 crash can bus communication with Arduino
Replies: 1
Views: 1404

ESP32 crash can bus communication with Arduino

Hello everyone, I need to establish a Can bus link between an ESP32 and an Arduino Uno but my ESP32 crashes when launching the code. The program uploads correctly but once in the monitor, it never reaches the loop and continuously redoes the setup. Has anyone had this problem or knows how to fix it?...