UART based Boot loader for STM8 MCU's
Hello All,
We have designed a custom board using STM8L052C6 MCU chip, where we have include a Boot loader functionality in it.
This Boot loader is UART based where the application binary file will be received on the Custom board in packet over UART and then will launch the application.
This Boot loader works fine when i am using 1 custom board.
Now I have such 6 custom boards which are individually receiving data and should update the application binary file.
However, When i use such 6 device with same code some of the devices are facing issue and the code gets stuck in boot loader.
Thanks and Regards
Utkarash