Firmware upload without ST-Link
Hi Team,
Currently, I have a product developed with an STM32L476RE as its main processor. This equipment is battery-powered and is used by our customers to perform measurements in remote places. After performing the measurements, this equipment is connected to a computer, and our sofware developed in LabVIEW communicates with the STM32 MCU via serial connection to download the measurement data for reporting purposes. When the MCU's firmware requires an update, our customer must send the entire equipment back to us for the update. It would be very convenient if our software could update the firmware itself. For example, if we could simply send the .hex file generated by STMCubeIDE to our customer, and they could upload the new firmware themselves. Is this possible to achieve? Just to be clear, the goal is just update the firmare, not debbug it.
