User Activity

I just got a Nucleo 144 F746. I tried setting up the default configuration in the latest CubeMX for this Nucleo board, and writing a super simple blinky program (put the following in the main while(1) loop:  HAL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin)...