STM32CubeMX 6.13.0 - Application Structure is Basic and grayed out
In STM32CubeMX 6.13.0 - Application Structure is Basic and gray.
I solved it by editing the ioc file, it remains gray, but at least "Advanced" is selected and the code is generated accordingly.
I changed
ProjectManager.MainLocation=Srcto
ProjectManager.MainLocation=Core/Src
Is it intended to work like this?
