Skip to main content
Visitor II
May 27, 2024
Solved

FDCAN bootloader in STM32G474RE

  • May 27, 2024
  • 4 replies
  • 1888 views

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

    This topic has been closed for replies.
    Best answer by STTwo-32

    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 

    4 replies

    Technical Moderator
    May 27, 2024

    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

     

    Visitor II
    May 27, 2024

    Hi @STTwo-32 

    Thank For fast Reply,

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

     

    Capture.PNG

    Best Regards,

    Savan Sutariya

    Technical Moderator
    May 27, 2024

    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

    Graduate II
    May 27, 2024

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

    Visitor II
    May 28, 2024

    Hi @STTwo-32 @Tesla DeLorean ,

    Thank For reply,

    Good day,

    Is it feasible to develop a CAN bootloader from scratch?

     

    STTwo-32Answer
    Technical Moderator
    May 28, 2024

    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