I wanted to create a new Project for a STM32F407VG but I don´t want to use this “HAL FW Lib”. I´v programmed for over 2 years the F103 Family and there you can select the type of project. But It seems as there is no template for the STD FW Lib when using the F40x Family? This would be a bad issue. Is that so or there is a possibility to select that, too? Perhaps I did not see that? I don´t want to use the HAL because of migration of some of my old projects.
I´ve got the needed tip in another Forum, but I want to describe the solution in short:
When creating a new project, you can decide to create a c-file or a c++ file. When you create a C-File (that what I need) you can select the type of template. When you let the radio button on C++-File (what I did, but non meant) you get only a template based on the HAL.