How to debugging & programming stm32 using ESP8266 Wifi?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-18 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-18 6:45 PM
Ok
how can I make wireless SWD debugger?
