Skip to main content
Associate II
April 3, 2026
Solved

Debugging NUCLEO-H533RE using STM32CubeIDE

  • April 3, 2026
  • 2 replies
  • 300 views

I am new to STM32CubeIDE  2.0.0 environment and I cannot debug my first project. See failure message in attachment.  What do I need to do to debug in this environment?  Is there instructions hidden somewhere that I need to follow?

 

2 replies

MGogr.1
Senior
April 4, 2026

There may be problem with your hardware connection or debugger or usb cable. 

Please try again after checking everything.

Andrew Neil
Andrew NeilBest answer
Super User
April 4, 2026
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
BrucePBAuthor
Associate II
April 4, 2026

Thanks Andrew,

I can use this is information to do more testing. My cable may be too long (6') but it is heavy duty.  The NUCLEO is right out of the box and not connected to any other hardware..

Is it possible that I have to program my code into the NUCLEO before the IDE can debug it?  I thought the IDE programmed it before starting the debugger.

Bruce

BrucePBAuthor
Associate II
April 4, 2026

Hi Andrew,

Using the programmer gave me more information why it failed.  I am designing for a H573 but the NUCLEO has a H533. The memory is much smaller and my program exceeded the H533 memory.

My design is no longer blocked. Thanks,

Bruce