2024-12-19 03:40 PM
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
2025-01-06 12:35 PM
Hello @SofLit, Thank you for your reply.
I have confirmed the Boot_XIP.hex is flashed on my board.
I then flash the GPIO_IOTOGGLE_Appli.elf file and receive this error.
2025-01-06 01:00 PM
> 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?
2025-01-06 01:51 PM
My manager purchased the H753ZI to continue our prototyping efforts, since this board has been a dead end for us.
2025-01-07 01:48 AM
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.
If you download the application with CubeIDE what do you get?
2025-01-07 09:51 AM
In CubeIDE, when I debug I currently have this error.
Debug Configuration is setup as mentioned in the README.md matching the photos I previously posted.