Skip to main content
Visitor
August 23, 2026
Question

refresh button in build analayzer not work for seccond time

  • August 23, 2026
  • 2 replies
  • 12 views

Hi.

I have really odd issue.

I open Cubeide (2.2.0V) , Import existed project ,Build it and then go to build analyzer and click on refresh button , every thing shows perfectly .

but when i edit the codes variable (e.g  Buffer [1024] to Buffer [256]) refresh button doesn’t work . The Time that show top of build analyzer view not change , percentage not change and …

clean project or close build ana or try after 1 hour or generate code from mx or change refresh to auto instead manual, DOESN’T CHANGE ANYTHING.

But if i close IDE and open it again , I can do refresh.

2 replies

AScha.3
Super User
August 23, 2026

Hi,

>when i edit the codes variable (e.g  Buffer [1024] to Buffer [256])

… and then compile ?   You didnt tell. Without compile nothing changes.

+

settings in IDE - > project →

+

 

+

maybe you have to click on other project and then again to actual project, to get screen updated

in projects:

  • - >

 

If you feel a post has answered your question, please click on " Best Answer ".
AMiR_HAuthor
Visitor
August 23, 2026

Thanks for your attention.    

           >and then compile ?   You didnt tell. Without compile nothing changes.

Yes. i forget to say that i build it , Ctrl+B or “Build all” button in top toolbox.(it compiled and then create an .elf file ,  Is this right? )
Every thing in analyzer froze.

i checked those 2 settings that you mentioned and both of them was looked like pics.

I realized something new : when close build analyzer , clean-build project , switch refresh option from build view setting between auto and on request and applied. 
build analyzer accept my refresh .