2015-10-05 12:57 AM
Hi,
Is it possible to update firmware from host processor over UART without any windows utilities like flash loader? We use FreeRTOS in our product, so, FW update protocol description or any clues are welcome.2015-10-05 01:05 AM
Hi,
- option #1: follow STAN3155 (
) and implement your own state machine- option #2: import Google code () into your host processorj2015-10-05 01:17 AM
2015-10-06 12:32 AM
The problem is that we have to remotely mass update WLAN firmware in thousands of devices. At least we have to support this option.
2017-02-15 12:28 PM
Did just the same here using USB CDC, freertos and UART. works like a treat. Took me a bit to figure it all out though.