Hi everyone,
I have just started working with the RT1170 EVKB board and am trying to run the multicore Hello World example located in:
boards/evkbmimxrt1170/multicore_examples/hello_world
I am using the MCUXpresso SDK v26.03.00 (latest available version).
When I load the multicore example, the CM7 core hangs during startup, while the debugger shows that the CM4 core is running. The CM7 never reaches `main()`.
The fault status registers are:

To rule out an issue with the multicore example, I also tried running the standalone CM7 Hello World example, but it exhibits the same behavior. However, the standalone CM4 Hello World example runs correctly.
The board is an RT1170 EVKB with the default jumper and DIP switch settings, and I have not modified any hardware configuration.
Has anyone encountered this issue with SDK 26.03.00 or the RT1170 EVKB? Is there any additional board configuration, boot setting, or debugger configuration required for the CM7 core?
I also tested the previous SDK version (v2.13.0), but I observed the same issue with the CM7 core.
Any suggestions would be greatly appreciated.
Thank you!