2023-08-12 07:53 AM
I would like to remotely update the firmware of my STM32WLE5. I can transfer new binary file from the server to the STM's SRAM using my custom link only, which means I cannot utilize other native update procedures provided by STM, such as UART. However, I'm unsure about what steps to take with the data once it's in the SRAM.
Does anyone know how to update the firmware using the data stored in the SRAM?
Thank you for any help.
2023-08-12 11:08 AM
Use the HAL Flash programming functions, copying data out of memory using pointers?