Raspberry Pi Zero W as Wi-Fi Debugger

Опубликовано: 13 Март 2026
на канале: Web learning
5,143
108

  / weblearning  
Or tip me: paypal.me/weblearning1

In this video I will use the Raspberry Pi Zero W as a stand alone SWD debugger with no ST-Link. I will show the complete procedure ( with mistakes that I made ).

0:00 - introduction
0:21 - How to connect the Pi to the Nucleo
1:35 - setting the Raspberry Pi
1:55 - Installing Openocd
2:22 - setting the openocd.cfg file
3:34 - setting the raspberrypi-native.cfg file
5:00 - CubeIDE
6:27 - correct settings of the openocd.cfg

**********************
** raspberrypi-native.cfg **
bcm2835gpio_swd_nums 25 24
bcm2835gpio_trst_num 7
bcm2835gpio_srst_num 18
**********************
** opeocd.cfg **
source [find raspberrypi-native.cfg]
transport select swd
bindto 0.0.0.0
set WORKAREASIZE 0x2000
#type of STM32
source [find ../target/stm32l0.cfg]
#reset_config srst_only
#srst_nogate
adapter_nsrst_delay 100
adapter_nsrst_assert_width 100
init
targets
reset hal
**********************
https://learn.adafruit.com/programmin...

My social accounts :
  / weblearning1  
  / weblearning1  
  / weblearning1  

Thanks.