STM32CubeMX keeps file handles open after code generation
Hi,
this is a small but annoying little bug: Sometimes after running code generation, apparently the STM32CubeMX application keeps some files open in the "cmake" subdirectory. This then prevents me from modifying or deleting (to force re-generation on the next code generation run) the files. It also interferes with my Post Generation user script which modifies those files.
This can be seen e.g. via ProcessExplorer:

It would be helpful if STM32CubeMX would close all file handles after code generation, ideally before calling the post generation user scripts.
Thanks!
