Hello @Studentjuan and welcome to the community,
@Studentjuan wrote:
I'm new to microcontrollers.
As you are new in the microcontrollers world, I don't want to discourage you but it's a bit tricky to start with a such complex MCU architecture (Dual Core, Cache, three bus matrices AXI+AHB etc ..). You may need to start with a less complex MCU architecture such as STM32F401 then move on to other more complex MCUs.
Anyway if you need a very simple project using GPIO, I may suggest this example from Github:
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/NUCLEO-H745ZI-Q/Examples/GPIO/GPIO_EXTI
PS: This example is compatible with the Nucleo-H755ZI board.