Skip to main content
Associate II
December 6, 2023
Question

Open Bootloader for STM32G474RCT6 controller

  • December 6, 2023
  • 2 replies
  • 1968 views

Hi,

I am using STM32G474RCT6 controller , I want to write a custom bootloader through FDCAN communication. Can I use this example Open bootloader project for my controller. I see this message when I select STM32G474E-Eval board open bootloader. Will this be a problem?

How can I generate Open bootloader example project for my controller using SMT32cubeMX.Sri_Nishanth_1-1701860418269.png

 

 

    This topic has been closed for replies.

    2 replies

    ST Technical Moderator
    December 6, 2023

    Hello @Sri_Nishanth

    First let me thank you for posting!

    Actually, this warning is just to let you know that the board is no longer in production.

    if you already have this board, you can ignore this message and complete your project.

    Thank you,

    Souhaib

     

    To give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.
    Associate II
    December 7, 2023

    Hi @Souhaib MAZHOUD 

    Thanks for the reply!

    I have a custom board with STM32G474RCT6 controller. And I want to develop a FDCAN bootloader for my project. 

    Can I use the same above-mentioned Open Bootloader code for my development. Why I am asking because when I generate code for my specific controller in STM32CubeMX will it generate the required HAL packages in the backend or some other settings I have to do.