Bug report: STM32F4 Cube 1.18.0 HAL CAN driver generates incorrect code.
Cube 1.18.0 appears to generate HAL CAN code in can.c and can.h which is aimed at the 1.21.0 redisigned CAN driver.The code refers to member variables which do not exist in the 1.18.0 register structures, for example: hcan1.Init.SyncJumpWidth = CAN_S...