Using Flash Loader Demonstrator GUI to download firmware to STM32F4 series of microcontrollers. Source code of flash loader demonstrator gui or STM32 cube programmer.
I am a student at Bilkent University and I have an internship project where I will be using a serial to ethernet converter to download firmware into an STM32F4 using tcp/ip protocol. I am using the IP address of the converter to make a virtual COM port and then using flash loader demonstrator or stm32 cube programmer I attempted to download the code, but I could not connect. Then I used the bootloader commands of STM32 to design a python program which connects to the ip address of the converter directly and not through the virtual serial COM port I created, using this tcp/ip connection from python I was able to download the program to STM32 correctly, but the process was too slow. Is there any way I can get my hands on the source code of either flash loader demonstrator gui or the stm32 cube programmer, so that I can change only the communication protocol from COM port to direct tcp/ip using the ip address of the converter?
Thank You!