STM32H7 Dual-Core: GPIO access on CM7 6 times slower than on CM4. Why?
I tested the GPIO performance on both cores CM7 and CM4. To do this I used the following loop: /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ LL_GPIO_SetOutputPin(DBG_D...