You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stm32h7-43_53.xml line 209 FDCAN type is stm32-h7, but lbuild not found it.
If I change to stm32, it will be found but the modm FDCAN template driver is not compatible with the STM32H7.
The text was updated successfully, but these errors were encountered:
Hello!
This is not an issue with modm-devices, modm-devices correctly indicates the FDCAN peripheral on STM32H7 series needs it's own driver (stm32-h7), which is not (yet) implemented in modm.
The peripheral is actually pretty similar to the FDCAN peripheral im STM32G0/G4/U5/... devices with this driver, but hat configurable message ram like the (also similar) Atmel/Microchip SAM MCAN driver.
In order to be able to use the FDCAN peripheral on STM32H7 with modm you would need to adapt/extend the stm32-dfcan driver.
Or maybe @chris-durand is working on this?
In stm32h7-43_53.xml line 209 FDCAN type is stm32-h7, but lbuild not found it.
If I change to stm32, it will be found but the modm FDCAN template driver is not compatible with the STM32H7.
The text was updated successfully, but these errors were encountered: