2023-11-09 01:52 AM - last edited on 2023-11-14 07:58 AM by Amel NASRI
Hi,
I was looking for a solution to debug STM32 microcontrollers without being physically there.
I know that if I have an ST-Link connected to a PC running the GDB Server and use an IDE that supports debugging via the GDB Server, I can do so remotely.
I would like to know if there's something like a complete wireless ST-LINK, a single board that connects to wifi, and let me debug wireless without connecting it to a PC.
Thanks
2023-11-15 07:49 AM - edited 2023-11-15 07:50 AM
Hello Nico23,
Currently, there are no wireless STLink probes available. However, you can find our STLink probes on our website: here.
Best regards.
2023-11-15 11:38 AM
Segger JLink-PRO and a WiFi router.
2023-11-15 01:22 PM - edited 2023-11-15 01:46 PM
What comes to mind first...
https://www.segger.com/products/debug-probes/j-link/models/j-link-wifi/
https://github.com/walmis/blackmagic-espidf
Next... you can hook a UART of STM32 to a bluetooth transmitter such as HC-05.