2021-07-21 08:06 PM
I want to debug and programming STM32 MCU wirelessly using wifi is there any st or other programmer support STM32 wireless debugging and programming?
2022-09-04 05:45 AM
I have a similar source code but it does not work with stcube programmer i need to run vsp on windows to run my code on all st software
can help me?
2022-09-04 06:14 AM
Perhaps you need tools capable of using WIFI CMSIS DAP, I'd imagine could program/debug with Keil.
I don't see STM32 Cube Programmer ever working well.
WIFI presumably you'd want some network GDB connection, so the tool/pod would spoof a server.
https://github.com/thevoidnn/esp8266-wifi-cmsis-dap
2022-09-04 09:29 AM
thanks, you check it