stm8s flash entire new program - how?
Let's assume I have a program that exposes a serial interface for commands and one such command is "load new program". I upload the new program as hex strings and the old program writes this to flash and the resets. Hopefully at this point the new ...