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
2024-08-05 10:14 PM
hth
KnarfB
2024-08-06 07: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
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