Skip to main content
AVall.3
Visitor II
June 5, 2023
Question

How to solve "Error: No STM32 target found! If your product embeds Debug Authentication, ..." ?

  • June 5, 2023
  • 12 replies
  • 58931 views


_legacyfs_online_stmicro_images_0693W00000dK3cEQAS.png

12 replies

Visitor II
April 2, 2025

This happened to me just now when I loaded a pin configuration meant for a STM32F411VET6 to a STM32F411CEU6.

As rubenayl said, connect while holding reset. In my case I had to keep doing this every time I wanted to connect to the chip. What worked for me was doing a "Full chip Erase" using the STM32CubeProgrammer.


 

ofer-bahar
Associate II
May 7, 2025

Hello AVall

the problem is this BOOT0 in a wrong state probably due to earlier programming, take a look on this paragraph from the user manual 

oferbahar_0-1746638850156.png

So... in the H747-DISCO board you have to

1. unplug the USB ST-LINK

2. unmount the LCD,

3. short R192 - keep it short circuit 

4. plug the USB ST LINK

5. now it boots with BOOT0 = '1'

now you can program, 

after program you can put the LCD back 

 

Ofer