Problems encountered with STM32CubeIDE (so far) and a plea for help
I imported a few projects from the STM32H7 firmware library; found a bug in the TFTP server application where the server is freeing a pbuf twice in some cases (easy to fix), made a few changes, then moved on to a new project, which is where everything went to pot.
I created the project for the STM32H742I-EVAL using the integrated configuration and project generator. It produced a project that took 3 hours to get to build because the tools didn't do the right thing with the middleware. Once it built, I discovered that I couldn't get the debugger to attach to the board, so I tried to duplicate the debug configuration from the first project I was running today. Nothing worked. I exited the IDE and started it again, but it didn't change anything.
I got tired, and went to put one of the projects I'd imported from the firmware library onto the board (I need it for testing something else), and it will not build. It can't find any of the files from the Drivers or Middleware anymore. I've tried everything I can think of except uninstalling the entire thing and reinstalling from scratch. I really don't want to have to do that. I spent over 14 hours today, missed lunch and dinner, and have NOTHING to show for it because the IDE is now unusable.
If there is anyone who knows how different projects (not in a project group) are corrupting each-others settings in STM32CubeIDE, I'd appreciate the letting me know. ASAP{, because I really need this to work, and it seems that STM32CubeIDE, currently version 1.2.1, is not quite stable.