Custom Uart flash loader program
I am trying to create a uart flash loader program.
Currently, the stm32f103rct6 chip is being used, and cp201x is being used for serial communication with the PC.
1. Successfully downloaded bootload and application code using existing bootload mode with UART (CubeProgrammer).
2. I succeeded in uploading the code to the board using IAP (In-application programming) mode with uart.
However, IAP mode requires the use of the ymodem protocol and is inconvenient from the user's perspective.
Based on these
After uploading the bootloader, I would like to create a simple, custom UART Flash Loader program instead of CubeProgrammer. Are there any materials or methods that I can refer to?
Thanks,
