2022-05-08 07:37 PM
In the introduce page of STM32CubeProgrammer, it descrips that this software support CAN bootloader interface, but I just find the ST-link Uart and USB. How can I configure it to CAN?
2022-05-08 08:10 PM
As I recall the CAN is supported via an ST-LINK/V3SET via the adapter board
2022-05-08 08:16 PM
Many thank,In user manual, it shows the CAN shall be configured in ST-Link configuration pannel, But only JTAG and SWD selection in Port, it really confuse me~ As to you said, it required a adapater board & ST-Link could the trigger the CAN selection?
2022-05-08 08:17 PM
Many thank,In user manual, it shows the CAN shall be configured in ST-Link configuration pannel, But only JTAG and SWD selection in Port, it really confuse me~ As to you said, it required a adapater board & ST-Link could the trigger the CAN selection?
2022-05-09 12:32 AM
Be aware that the STM32 builtin CANBUS bootloader can only be used if only 1 device (the one you want to flash) is connected to the bus.
2022-05-09 12:43 AM
Thank to your reply, I find if I use the ST-LINK/V3SET & STM32CubeProgrammer, the adapter only provide tx/rx, it cann't be connected to the CAN bus directly. I give up using the STM32 bootloader and code a new one.
2022-05-09 12:57 AM
There is plenty of cheap CANBUS transceiver boards.
Dont let that put you down.
Here is a hardware trick for your
2022-05-09 01:08 AM
Haha~that is alright. I just take it as reference. Still many thanks to you