Issues with NUCLEO-H7S3L8 Boot Subproject Stuck at SCB_EnableDCache()
Hi everyone,
I am currently working with the NUCLEO-H7S3L8 board and using STM32CubeMX version 6.14.1 to generate code. I've kept everything at default settings and only added pins to toggle LEDs for testing. However, when I try to debug the code, I run into an issue where the boot subproject gets stuck at the SCB_EnableDCache(); function for a while, before eventually jumping to Error_Handler(void).
I haven’t modified anything else in the generated code, so I'm wondering if there’s a configuration setting I may have missed or something I need to tweak in order to resolve this issue.
Has anyone encountered this behavior or know what steps I should take to fix it?
Thanks in advance for your help!

