STM32CubeMX generated STM32N657 FSBL project fails to link due to missing HAL driver source files
Hi ST Community,
I’m working with an STM32N6 project and I am facing a build issue after generating a project with STM32CubeMX.
The project generates successfully and the driver folder is present, but when I open it in STM32CubeIDE and build, I get many linker errors related to missing HAL functions.

I checked the STM32N6xx HAL driver folder, and I do not see the HAL source files

It looks like the generated CubeIDE project is not adding the HAL driver files into the build.
My setup:
- STM32CubeIDE: 2.2.0
- STM32CubeMx: 6.18.0
Can you please advise if there is any additional setting required to avoid this issue ? or if this is a CubeMX generation issue?
