"No such file or directory" and "PB8 - PB9 port" error.
Hi everybody.
I am using "STM32H7B3LIHQ" MCU and i want to try led blinking. I have created a new project in CubeMx. I am using 24MHz crystal resonator and MCU frequency is 280 MHz.

Toolchain is "STM32CubeIDE" and program is very simple;
HAL_Delay(500);
HAL_GPIO_WritePin(GPIOD, GPIO_4, SET);
HAL_Delay(500);
HAL_GPIO_WritePin(GPIOD, GPIO_4, RESET);
But i can't build project. I have a "No such file or directory" error.

I researched on the internet but could not find any information about solving the problem. What is the problem?


