Issue Running STM32CubeH7RS LED Toggle Example from External Flash
Hi,
When I try to run the sample code for LED Toggle from external flash memory, which is provided in the STM32CubeH7RS package by ST at the link [https://github.com/STMicroelectronics/STM32CubeH7RS], I get the following error:
Break at address "0x80010e4" with no debug information available, or outside of program code.

The location of the directory in my PC is: D:\STM32CubeH7RS\Projects\NUCLEO-H7S3L8\Examples\GPIO\GPIO_IOToggle
I followed the steps mentioned in the below **README file**

However, I can load & debug the program to the external flash using the method shown in this video: [https://www.youtube.com/watch?v=sPiFBzvCWfI&t=1422s]
**My question:** Why is the sample code provided by ST not running from external flash? Is there any additional configuration required?
**System Information:**
-- Board: NUCLEO-H7S3L8
-- STM32CubeIDE: Version 1.17.0 (Build: 23558_20241155_2245)
-- STM32CubeMX: Version 6.13.0-RC5 (Build: 20241122-0809)
Any guidance would be greatly appreciated!
Thanks!


