cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE Version: 1.16.1 Build: 22882_20240916_0822 (UTC) less reliable than ever before

etheory
Senior II

Hi there!

Since updating to:

STM32CubeIDE Version: 1.16.1 Build: 22882_20240916_0822 (UTC) I've noticed that changes to the .ioc configuration file performed through the Device Configuration Tool do not reliably propagate to code using the "Do you want generate Code?" (which should be "Do you want to generate Code?"....) option do not generate code that is correct, instead it generates code from a previous configuration.

This particular aspect of STM32CubeIDE seems to get worse in every iteration.

Also, when you use the configuration tool twice in a row, and do a save-generate cycle, it stops working and the "save" option disappears, and you have to close and re-open it. This is time consuming and very frustrating.

This issue is new, and did not occur previously.

It makes STM32CubeIDE even more unreliable than it already was, and someone should fix it with priority.

Also the recent change to require the user to define "USER_VECT_TAB_ADDRESS" in the "C/C++ Build/Settings" Property for a project in order to stop code from crashing due to not defining the vector table, which again, was never previously required, is pretty bad, and will prevent new users from using STM32CubeIDE, since it's unbelievably far from obvious.

Is someone working to resolve these new issues?

Thanks. 

4 REPLIES 4
Ghofrane GSOURI
ST Employee

Hello @etheory 

First let me thank you for posting.

  • A ticket has been submitted to the development team regarding the typo  "Do you want generate Code?" , Ticket 194595.
  • Regarding the issue with the save option, I have not experienced it on my side.  
  • Concerning the 'USER_VECT_TAB_ADDRESS', after checking, this change is mentioned in UM3069 and UM3045 for NUCLEO-WB55RG and STEVAL-PROTEUS1 kit.  

 

THX

Ghofrane

Thanks @Ghofrane GSOURI

Code generation is so bad in this version for me, that about 1 in 4 times, it actually puts random characters all through the generated code, and then it doesn't compile. I have to force regenerate it to fix the problem.

The next time it happens I'll paste an example here so you can see it.

About 1 in 2 times for me the codegen is wrong also, and does not reflect the options that I just set.

As for the save button disappearing, it still happens every 2-3 times.

How can I send you that info for debugging? It's making STM32CubeIDE very very painful to use now.

  • Concerning 'USER_VECT_TAB_ADDRESS' and mentioning it in UM3069, that's not good enough. Right now, new users won't be able to execute a call to HAL_Delay, which basically renders every simple starter project broken. How can you think that's a good way to introduce new users to STM32CubeIDE?
  • UM3069 is called: "um3069-getting started with the stm32cube function pack for stevalproteus1 evaluation kit for predictive maintenance application based on artificial intelligence ai stmicroelectronics" and to be honest, I couldn't care less about AI and never would have read that. I doubt 99.99% of users will read it also.
  • UM3045 is called "um3045-getting started with the stswproteus software package for the stevalproteus1 industrial sensor node kit stmicroelectronics" - again, nobody is going to read this.
  • NUCLEO-WB55RG is for one of your products, you have MANY products. This isn't going to help.
  • STEVAL-PROTEUS1 - again, hardly anyone is going to see this. This won't help.
  • So mentioning it in these areas is almost entirely useless to a normal user.
  • You REALLY need to change this default back to what it was previously, so it actually works. Thanks.

Thanks

Hello @etheory 

Ticket 194942 has been escalated to the development team regarding  'USER_VECT_TAB_ADDRESS'.

THX

Ghofrane

THANK YOU!