2020-01-15 08:49 AM
In the folder STM32L4xx_HAL_Driver - there is no stm32l4xx_ll_can.h / stm32l4xx_ll_can.c. Where can I find the driver?
2020-01-15 09:16 AM
i don't think there is LL driver's for can periephal by st, could not find one myself for STM32F4xx either, so decided to make my own in the end.
2020-01-15 10:03 AM
That's odd. CAN messages should be really fats in my project. I need highly optimized driver.
2020-01-15 10:14 AM
I would be more then happy if ST guys would provide a low level driver.