STM32CUBEMX Ver 4.26.1 horrific bug
Something has change with Version 4.26(.1)
Any time I look at the Project Settings (even with no changes) I get a message saying:
"This Project File (System.ioc) already exists in the chosen folder. Overwrite this file by this new Project?"
If I say No and I generate code I get an error that the code was generated but the project generation got an error
If I say yes it them proceeds to delete the *entire* Src and Inc directories and creates fresh files. It even deletes my source files and hidden files (like CVS dir)
Any changes to main.c or ethernetif.c (USER CODE) are totally lost
I am using Atollic 9.0 (TrueSTIDIO project format)
My processor is the STM32F407
What triggers Cube to think I am creating a new project?
WHY does Cube think it is OK to delete files it knows nothing about?
Tom