Skip to main content
PPate.5
Associate
January 28, 2022
Question

Getting ST-LINK error (DEV_TARGET_NOT_HALTED) while connecting my device with STM32CubeProgrammer

  • January 28, 2022
  • 2 replies
  • 1068 views

I am facing an issue while connecting my STM32H745 device with STM32CubeProgrammer.

I tried various suggestions posted here by different users for similar questions. However, still, I am not able to connect my device with CubeProgrammer

Below are different ways I tried already

  1. Placed Boot pin to High state before power-up. So that STM32 boots from system memory.
  2. Also, tried to connect the device with CubeProgrammer by setting "Under Reset" mode in the CubeProgrammer
  3. Tried with lower clock speed 8000 in the CubeProgrammer

Let me know what else I can try to overcome this issue

This topic has been closed for replies.

2 replies

ssipa.1
Visitor II
January 28, 2022

hello

Forcing BOOT0 high only during the initial power-up did not work.

Forcing NRST low at various points in the programming cycle also did not work. If I held it too long I would get TARGET_HELD_IN_RESET, and any time shorter I would get DEV_TARGET_NOT_HALTED.

PPate.5
PPate.5Author
Associate
January 28, 2022

Thanks for the suggestion.

I forgot to add this one to my list. I already tried this suggestion as well but it did not work out.