2025-06-12 11:29 PM
I am looking for some advices for my product using STM32U5G9 MCU with external QSPI Flash.
I want to create a bootloader for my product but I stuck at the approach how-to:
1. Can the boot loader support the external loader meaning also update the external flash data if there is any updates for my GUI information?
2. If the boot loader can't support the loading for the external flash, do I need to implement the external loader on the application layer?
Is there any application note for case#1 if it is possible?
Thank you so much for your advices.
2025-06-18 12:38 AM
Hello @Jtron.11 ,
To update external flash data, you need to implement a custom bootloader that can be designed to handle the requirements of your application, including updating external QSPI Flash memory.
You can develop a custom loader referring to these resources that will help you implement the required functionality:
I recommend you checking the External QSPI loader Mooc, it might help you.