STM32G0 Bootloader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 11:02 AM
Hello Team,
I am looking for the STM32G0 Custom Bootloader which needs to run and read the data from the external SPI flash Memory and write into User Code Memory. Can you please help me out of it to get into any custom bootloader examples codes.
Regards,
Nishanth M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-05 10:14 PM
- How to implement and use your own external flash l... - STMicroelectronics Community
- STMicroelectronics/stm32-external-loader: Provides drivers, examples, loader files and testing routines for external loaders for STM32 series of microcontrollers. (github.com)
- How to use the ST Open Bootloader for STM32 Microc... - STMicroelectronics Community
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-06 7:54 AM
Hello,
Actually, ST does not provide any bootloader that reads from external flash memory. For more details about the valid memory spaces, you can refer to AN2606 Table 5 (Supported memory area by Write, Read, Erase, and Go commands).
I hope I have answered your question.
With regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-06 11:39 AM
Hello Team,
I agree with that, i cant get the direct example custom bootloader code with the external flash memory reading. Basically I am looking for the Bootloader code which will have UART communication that will have a commands to communicate with the external device and transfer the Bin file using the Xmodem protocol or I am looking for the example Bootloader code which needs to erase the User code, flash the new User code and finally boot the new user code. So please share me the solution....
Regards,
Nishanth M
