cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-H563 Getting Started Fails

chrisnielsen9
Associate III

Sorry for the newbie noise, but the website under Nucleo-H563ZI points me to a Getting Started document, UM1727, that is dated Jan 2016, and appears to no longer match current software tools.  Is there a replacement?

My initial goal is to simply rebuild the standard app shipped in the Nucleo, download it, and see the same LED blinking, then add from there.

Thank you, Chris

12 REPLIES 12
chrisnielsen9
Associate III

Found it.  Mouse trick.  In Project Explorer, the project line must be highlighted (first project open must highlight a different line), then Run/Debug As shows "STM32 C/C++ Application", which (I think) worked.  After the first Run/Debug, it seems to remember and not be so finnicky (icons work).

I think it worked because it does NOT blink, but I see that the code is missing in main, so it probably did burn and run the code...onward to the normal embedded challenges now...Hello World accomplished.

Only outstanding item is how to get H5 software Patch 1.1.1 installed/confirmed...or just let me know that I need to do patches manually.

Sarra.S
ST Employee

>>no video (that I could find) exists on st.com for IDE basics

There are tons in fact! But I would highly suggest this one from MOOC (massive open online courses) STM32CubeIDE basics - STMicroelectronics 

>>Does a known to work rebuild project for Nucleo-H 563ZI exist? (to just "Hello World" == blink an LED, shipped app)

There are several projects on each peripheral (SPI, UART, DMA, TIM, FLASH,....) in the CubeFW that I've shared with you! 

For the patch, it should work either way, you can do it manually if that's what you're used to! 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Thank you for getting me through this.  I'm making progress now, Chris