cancel
Showing results for 
Search instead for 
Did you mean: 

FDCAN bootloader in STM32G474RE

Savan_Sutariya
Associate II

Hey, Is it possible to build a CAN-FD bootloader in STM32G474RE? @STTwo-32 @SofLit 

1 ACCEPTED SOLUTION

Accepted Solutions

Yes, it should be. You just have to take a look at the AN5405 and other ressources available on the internet that should be helpful for you.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

6 REPLIES 6
STTwo-32
ST Employee

Hello @Savan_Sutariya 

According to the AN2606 and DS12288, the boot loader is located in the system memory. It is used to reprogram the Flash memory by using USART, I2C, SPI, and USB through the DFU (device firmware upgrade):

STTwo32_1-1716810753187.png

So, the FDCAN is not an option.

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Savan_Sutariya
Associate II

Hi @STTwo-32 

Thank For fast Reply,

but According to AN5405 , STM32G4 series is supported for FDCAN bootloader.

 

Capture.PNG

Best Regards,

Savan Sutariya

Hello @Savan_Sutariya 

The AN5405 is for both Bootloader and open bootloader which is supported by the STM32G4 series. But the Bootloader is not available on STM32G4 series devices.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

You'll have to code something that suits your needs, or pick a different device

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

Hi @STTwo-32 @Tesla DeLorean ,

Thank For reply,

Good day,

Is it feasible to develop a CAN bootloader from scratch?

 

Yes, it should be. You just have to take a look at the AN5405 and other ressources available on the internet that should be helpful for you.

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.