2022-05-05 06:33 AM
I'm using a stm32f469-disco in a project that require CAN bus connectivity, but after the CAN configuration from the file .ioc the hal_can source file is not imported, so i can't even build the project (error with HAL_CAN_Init).
Solved! Go to Solution.
2022-05-05 11:01 AM
SOLVED : I tried to use an old version of CubeMX (v6.3.0) to generate code and then edited with CubeIDE. Doing this the hal_can source file is imported correctly.
2022-05-05 11:01 AM
SOLVED : I tried to use an old version of CubeMX (v6.3.0) to generate code and then edited with CubeIDE. Doing this the hal_can source file is imported correctly.
2022-05-09 12:51 AM
Hello there,
Just to be clear if any other users find this discussion in the future. You were using 6.3.0 but updated to the latest version of CubeMX which solved the issue?
2022-05-21 12:23 AM
I was using the latest version when i had the problem that I exposed. I solved it with the old version (6.3.0).