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
2024-12-19 06:08 PM
> Is there a way to change the address so we can explore the example projects?
Yes, in the debug configuration.