Question
Cortex M4 core cannot control some peripherals on default settings of STM32H747I-DISCO board
I've just bought a STM32H747I-DISCO board and trying to blink the leds on the board (LED1 to LED4). However, when I assign these leds to CM4 core, they won't light when I use default peripheral settings of this board. CM7 core can do this without problems. Besides, when I disable some peripherals on the board, CM4 become able to control the leds. Why this happens?