About STM32CubeIDE Code Generation
Sorry for the rudimentary question. I tried to generate code by setting up pin assignments in STM32CubeIDE with reference to the following site, but the code such as main.c is not generated as shown in the following image.
If you know the cause of the problem, I would appreciate it if you could tell me the solution as well as the countermeasures.
https://qiita.com/yosihisa/items/136bcc09c466227303a2

The procedure is as follows. 4 operations are recognized to generate the code automatically.
1 Select STM32F405RG on the CPU selection screen.
2 Set the project name to LED
3 Set PA15 to GPIO_Output
4 Save the project by pressing ctrl+s
