How to make NUCLEO-H745ZI-Q do anything?
I've been trying to make LED blink. GPIO PE1. So i wrote this code:HAL_GPIO_TogglePin(GPIOE, GPIO_PIN_1);HAL_Delay(200);When i'm creating procject for this board it creates two procject for each core CM7 and CM4 each with it's main.c. I can debug eac...