STM32CubeIDE only running code from one project
Hello all, I am currently working with the STM32CubeIDE. I wrote a program that didn't end up working but concluded the code was fine after reviewing it. I tried copy and pasting the code into a different project within the IDE, and it works just fine. Does anyone know why this might be?
The code does not work when pasted into existing projects, or new projects, except for the one particular existing project. There are no error codes thrown when it doesn't work; it builds and downloads to the board just fine but then doesn't run.
The program is attached.
