2021-05-04 12:13 PM
I try to create a project based on CAN bus but the CAN option is disable in CUBEMX ide.
*Controller - stm32f042g6u8
*Cube mx ide version - V 4.24
Solved! Go to Solution.
2021-05-04 02:05 PM
Here is one example for STM32F0 with CAN:
I don't see any for the STM32F042, but the code should be very similar.
2021-05-04 02:04 PM
You can hover over something that is grayed out to find out why. In this case:
So go into SYS to swap pins, then you can enable CAN.
2021-05-04 02:05 PM
Here is one example for STM32F0 with CAN:
I don't see any for the STM32F042, but the code should be very similar.
2021-05-04 08:02 PM
Thank you very much for your input i will try as per your input.