Forum: System Workbench for STM32

Debug problem in SW4STM32 using ST-Link/V2 SWD

hi,
I use cubemx to build the project, but in the MAC system, can not be normal debugging


Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
srst_only separate srst_nogate srst_open_drain connect_assert_srst
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : clock speed 950 kHz
Info : STLINK v2 JTAG v25 API v2 SWIM v4 VID 0x0483 PID 0x3748
Info : using stlink api v2
Info : Target voltage: 3.345260
Info : stm32f1x.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : accepting ‘gdb’ connection on tcp/3333
Error: timed out while waiting for target halted
TARGET: stm32f1x.cpu - Not halted
in procedure ‘reset’
in procedure ‘ocd_bouncer’



Info : device id = 0x20036410
Info : flash size = 64kbytes
Error: timed out while waiting for target halted
TARGET: stm32f1x.cpu - Not halted
in procedure ‘reset’
in procedure ‘ocd_bouncer’


Error: timed out while waiting for target halted
TARGET: stm32f1x.cpu - Not halted
in procedure ‘reset’
in procedure ‘ocd_bouncer’

Error: Target not halted
Error: failed erasing sectors 0 to 6
Error: flash_erase returned -304

cfg:

  1. This is an test board with a single STM32F103C8Tx chip.
  2. Generated by System Workbench for STM32


source find interface/stlink-v2.cfg

set WORKAREASIZE 0x5000
transport select “hla_swd”


source find target/stm32f1x_stlink.cfg

  1. use hardware reset, connect under reset
  2. reset_config srst_only srst_nogate

reset_config srst_nogate

Please help me.

By the way, the virtual machine win10, the use of truestudio normal work. I really don’t want to use win10

This configuration also can not work

  1. This is an test board with a single STM32F103C8Tx chip.
  2. Generated by System Workbench for STM32


source find interface/stlink-v2.cfg

set WORKAREASIZE 0x5000
transport select “hla_swd”


source find target/stm32f1x.cfg

  1. use hardware reset, connect under reset
  2. reset_config srst_only srst_nogate

reset_config srst_nogate

ok,thanks.

ok.thanks