I want to load program with system bootloader over TCP/UDP
I ran system bootloader, I can perform the bootloader process using the STM32CubeProgrammer software via USART. But what I want is to run the bootloader software over TCP or UDP using the USART protocol. Because my UART2 line is connected to a TCP converter.
I wrote a piece of code using Python, but it's very slow and disconnects after a while. Is it possible to enable STM32CubeProgrammer to communicate with UART protocol over TCP?
Softwareally, I used TCP to Uart converters, but STM32CubeRogrammer is getting a time delay error.
My system is as follows;


