2025-08-02 2:39 AM
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!
2025-08-02 4:14 AM
By using the STM32CubeProgrammer to check the value of the XSPI2-HSLV option byte, my problem was resolved.