2023-12-06 03:05 AM
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.
2023-12-06 06:07 AM
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
2023-12-06 09:19 PM
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.