2026-05-17 10:57 PM - last edited on 2026-05-18 1:40 AM by Andrew Neil
I am currently working on a resolver ad2s1210. I have selected the required pins generated the code and entered my code and now it does not seems to be running. As the screen shows this
Kindly let me know whats seems to be the issue here and how to rectify it.
2026-05-18 1:34 AM
Hello @salman_arshed and welcome to the ST community,
Not sure about the steps you followed, meanwhile I see you are using CubeIDE 2.0.0.
Starting from CubeIDE 2.0.0 you need to follow this procedure:
STM32CubeIDE 2.0.0 workflow tutorial
2026-05-18 1:45 AM - edited 2026-05-18 1:57 AM
Welcome to the forum.
Please see How to write your question to maximize your chances to find a solution for best results.
@salman_arshed wrote:my code ... does not seems to be running.
Kindly let me know whats seems to be the issue here and how to rectify it.
Your screenshot shows that your build failed:
You cannot run code that didn't build!
You need to fix the build errors.
Scroll back to the start of that 'CDT Build Console' window, and find the first reported issue. Fix that first.
Then repeat for subsequent issue(s).
PS:
Rather than screenshot, it's better to copy & paste the errors as text.
See here.