Zephyr application gets stuck after enabling MCO1 on stm32n657X0
I'm using zephyr sysbuild approach to get mcuboot along with the application (application runs in XIP mode)I see that application proceeds to some point; I presume to the point where I enable MCO LL_RCC_EnableMCO(LL_RCC_MCO1)And then it gets stuck, s...