STM IDE: missing CMSIS files
Hi, i have a problem with STM IDE projects.
When i create a new project, in some cases there are no CMSIS files importet by the IDE.
For example, i have crated a project with the STM32L152RCT- MCU. In the folder "Drivers -> CMSIS" are two subfolders named "Device" and "Include". The subfolder "Include" contains a lot of header-files like "core_cm4.h". This project works fine and i have no problems.
Now, in my mainproject i've choosed the controller STM32F405ZGTX. But there is no subfolder called "Include" in the folder "CMSIS". So this subfolder is missing with the header-files. Building the project bring errors, cant find core_cm4.h.
But why is this subfolder missing? Do anyone have an idea whats going on?