Skip to main content
ron_w
Associate III
September 19, 2021
Solved

Is there a panel to shown warnings in STM32CubeIDE?

  • September 19, 2021
  • 2 replies
  • 3440 views

Hello

I'm using 'STM32CubeIDE 1.7.0'.

I've copied a project using:0693W00000DneRqQAJ.jpg 

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:

0693W00000DneRvQAJ.jpgIs there a panel in STM32CubeIDE that I can open to see what this warning is about?

Regards

ron_w

This topic has been closed for replies.
Best answer by TDK

Try the Problems view.

https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Fcprbview.htm

Also try restarting STM32CubeIDE.

2 replies

TDK
TDKBest answer
Super User
September 19, 2021
"If you feel a post has answered your question, please click ""Accept as Solution""."
ron_w
ron_wAuthor
Associate III
September 19, 2021

Hello TDK. Thanks, restarting STM32CubeIDE did remove the icon. Also thanks for the link to the Problems view