2021-09-19 04:33 AM
Hello
I'm using 'STM32CubeIDE 1.7.0'.
I've copied a project using:
The new project failed the first time I built it as the User Code in main.c had not been copied over. Once I added this missing code the project compiled and ran correctly on the Nucleo.
However, I'm still getting the warning symbol on the project name:
Is there a panel in STM32CubeIDE that I can open to see what this warning is about?
Regards
ron_w
Solved! Go to Solution.
2021-09-19 07:01 AM
Try the Problems view.
Also try restarting STM32CubeIDE.
2021-09-19 07:01 AM
Try the Problems view.
Also try restarting STM32CubeIDE.
2021-09-19 08:39 AM
Hello TDK. Thanks, restarting STM32CubeIDE did remove the icon. Also thanks for the link to the Problems view