nopnop2002 / Arduino-STM32-CAN

Can Example for Arduino Core STM32
198 stars 50 forks source link

CAN on STM32G4 series #56

Open mizrex opened 1 year ago

mizrex commented 1 year ago

I appreciate all the help this library has done for CAN interface. I'm hoping to use this on a STM32G4 series microcontroller to run CAN through the Arduino IDE. If anyone can advise on what changes I would need to make. Any guidance would be appreciated.

nopnop2002 commented 1 year ago

I am interested in supporting the STM32G series.

However, the G series is FDCAN, not BxCan, so I don't understand the code at all.

F series and G series have completely different registers.