2021-07-18 10:19 AM
I want to programming & debugging STM32 F0 , F1, F4 series MCU wirelessly using ESP8266 wifi module.
MCU connected to esp8266 wifi module through internet connection using UART bootloader.
For debugging connect using remote GDB server IP & Port no.
How can doing this thing using ESP8266 wifi module ? any example or sample code ?
2021-07-18 05:41 PM
You can't debug code by interfacing with the UART bootloader. Its functions are very limited. You will need to connect with SWD (or JTAG) for debugging.
2021-07-18 06:45 PM
Ok
how can I make wireless SWD debugger?