Skip to main content
Associate
November 13, 2024
Solved

STM32H533 Cannot identify the device

  • November 13, 2024
  • 2 replies
  • 2875 views

Hello,

I've designed my own PCB using the STM32H533CET6 microcontroller. However, when I try to connect to it using an ST-Link V2 via SWD, STM32Cube Programmer gives me the error: "Cannot identify the device".

I've already tried connecting under reset and adjusting the connection settings, but nothing seems to work. Additionally, on another PCB that was previously working well, I replaced the STM32F303 with the STM32H533, and the same issue occurred.

Could you please help me with this? I'm completely at a loss as to what might be causing the error.

Thank you!

 

Szerev_0-1731504786591.png

Szerev_2-1731504897424.png

 

Szerev_1-1731504857455.png

 

 

This topic has been closed for replies.
Best answer by STOne-32

Dear @Szerev ,

The only change at hardware level from both MCUs are Pin 22 that becomes VCAP and pin 46 that becomes VCAP instead of PB11 and PB9 respectively, so it seems the PCB and schematics are reworked and I do not see an issue there.        May be to check your version of STM32CubeProgrammer as STM32H533 is quite recent and supported in STM32CubeProgrammer v2.16.0 at least.

Hope it helps you

STOne-32.

 

2 replies

STOne-32
STOne-32Best answer
ST Technical Moderator
November 15, 2024

Dear @Szerev ,

The only change at hardware level from both MCUs are Pin 22 that becomes VCAP and pin 46 that becomes VCAP instead of PB11 and PB9 respectively, so it seems the PCB and schematics are reworked and I do not see an issue there.        May be to check your version of STM32CubeProgrammer as STM32H533 is quite recent and supported in STM32CubeProgrammer v2.16.0 at least.

Hope it helps you

STOne-32.

 

SzerevAuthor
Associate
November 26, 2024

Hi, thanks for your help, updating STM32CubeProgrammer solved problem.

Tesla DeLorean
Guru
November 16, 2024

Usually power related. Check nets and power

Double check the orientation.

Check voltage at VCAP, should be around 1.25V

Check level presenting at NRST

PC13 isn't suitable for use like this, it's low power/current. You should wire the LED the other way, so PC13 switches to ground.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
vbk22398
Senior
January 20, 2025

@Tesla DeLorean Sir, I am facing an issue in my code. After I program, I am getting the below error. 
Screenshot 2025-01-19 170709.png

My code is as follows. Kindly check the issue in the code. I don't know what is causing this issue.