cancel
Showing results for 
Search instead for 
Did you mean: 

[Help] Custom Board STM32H7 programming external memory MX25LM51245G via UART

LTran.2
Associate

Hello,

I am working on a STM32H7 device that needs to be able to program external memory MX25LM51245G using UART instead of STLink. Is there any bootloader available to handle this? Or, what is the best way to tackle this issue? Thanks.

1 REPLY 1

Probably something you'll need to custom code, serial tends to be slow so you'd want a reasonable protocol that can pace and retry as needed. Perhaps something as simple as X-Modem, but something that can be restarted might be something to consider.

There's perhaps BSP code for the QSPI memory in question, or you could code it. I'd probably start by expanding that, and integrate the Erase and Write operation into the serial protocol chosen, and see how fast and robust you can make that.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..