Hey everyone,
I'm working on a system that uses 2 Adafruit ESP32 Feather V2's in conjunction with an Arduino Giga but I cannot for like life of me get the Giga to listen to the messages on the bus while the receiving feather reads the frame without issue. I'm 100% sure that the wiring to the transceivers is correct so I am convinced this is a software issue. My logic analyzer indicates that the correct signals are being fed to the Giga's CAN_RX line (PB_5/FDCAN2_RX) so I'm sure everything is solid up to that point.
I've tried all the examples I could find from multiple libraries as well as working with the STM HAL directly to no avail. Anyone have any gotchas they came across while working with the Giga CAN controller?
I use PlatformIO almost exclusively but I'd be happy to share anything I've got going so far but I didn't want to clutter the post with needless additions unless necessary.
TIA