cancel
Showing results for 
Search instead for 
Did you mean: 

How to debugging & programming stm32 using ESP8266 Wifi?

parth kothiya
Senior

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 ?

2 REPLIES 2
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".

Ok

how can I make wireless SWD debugger?