cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H7S3L8 Bad Application Start Address

potatobandit
Associate III

I have a NUCLEO-H7S3L8 board, and I am unable to debug any of the projects. I receive a sigtrap error upon debugging. I have tried multiple projects in ST's Github.
 STM32CubeH7RS/Projects/NUCLEO-H7S3L8 at main · STMicroelectronics/STM32CubeH7RS

All projects have the same issue.

After further investigation, we have determined that the default start address for the application is incorrect. 
If I make a fresh project and select the chip itself rather than the eval board during project setup, I am able to debug.

Is this a known issue with this NUCLEO board?

Is there a way to change the address so we can explore the example projects?

Is there an alternative NUCLEO board that is not in the R/S family that I should explore instead?

Thanks 

14 REPLIES 14
potatobandit
Associate III

Hello @SofLit, Thank you for your reply. 
I have confirmed the Boot_XIP.hex is flashed on my board. 

potatobandit_0-1736195226053.png

I then flash the GPIO_IOTOGGLE_Appli.elf file and receive this error.

potatobandit_1-1736195430592.png

 

Pavel A.
Evangelist III

Is there an alternative NUCLEO board that is not in the R/S family that I should explore instead?

H7R/S is a new product. You may indeed want to start with a more familiar MCU. In which aspects of STM32 or peripherals are you interested? 

 

 

 

My manager purchased the H753ZI to continue our prototyping efforts, since this board has been a dead end for us. 

Hello,

From this screenshot we cannot see what you upload as file:


@potatobandit wrote:

I then flash the GPIO_IOTOGGLE_Appli.elf file and receive this error.

potatobandit_1-1736195430592.png


If you download the application with CubeIDE what do you get?

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.
PS: Be polite in your replies. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help/support.

In CubeIDE, when I debug I currently have this error.

potatobandit_1-1736272209921.png

Debug Configuration is setup as mentioned in the README.md matching the photos I previously posted.