cancel
Showing results for 
Search instead for 
Did you mean: 

CAN bootloader for STM32G474

Nsg1987
Associate III

Hello,

I want to program STM32G47xx using CAN bootloader.  can anyone help me to get it solved?

 

R

3 REPLIES 3

Your host platform is what? You've reviewed the protocol document? You or your colleagues have any CAN experience or code on the host platform?

As I understand it the ST-LINK/V3SET support CAN via STM32 Cube Programmer

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nsg1987
Associate III

@Tesla DeLorean 

Thanks for your response. we are working on STM32CubeIDE and we have developed CAN communication between two STM32G474. we are using ST-LINK/V3SET JTAG for programming.

we want to program the STM32 using CAN bootloader. 

could you please share details of know how for the same.

Regards,

Nikhil 

 

The ST-LINK/V3SET provides CAN RX\TX functionality, needs transceiver to your bus. STM32 Cube Programmed connects to ST-LINK, and select CAN as the mode of connectivity to the STM32. See User Manuals

https://www.st.com/resource/en/user_manual/um2448-stlinkv3set-debuggerprogrammer-for-stm8-and-stm32-stmicroelectronics.pdf

https://www.st.com/resource/en/user_manual/um2237-stm32cubeprogrammer-software-description-stmicroelectronics.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..