I’m trying to get FatFs working on a STM Nucleo-H7A3ZI-Q with a Waveshare microSD card. I started by building a simple project with STM32CubeIDE that just has a SDMMC peripheral mapped with a GPIO pin for the microSD card detect pin and I’ve got the FatFs middleware activated with DMA. Then I imported that into a new VisualGDB project with the “Automatically import a project … -> Import an existing STM32CubeIDE/SW4STM32 Project” feature. That’s always worked for me in the past and it seemed to work again this time with one magic feature. When I add code or make changes in my VisualGDB project, it somehow gets magically added into the original STM32CubeIDE project. That’s pretty impressive but I’d like to make sure the original CubeIDE project doesn’t change so I can always use it to start a fresh VGDB project without any errors due to my mistakes.
Is there a way to prevent changes to a VisualGDB project from being added to the original STM32CubeIDE project?