cancel
Showing results for 
Search instead for 
Did you mean: 

[BUG REPORT] STM32 CubeIDE 1.14.1

KMill
Associate III

The recently released STMCubeIDE 14.1.1 for macOS still has a couple of annoying "features"

1. The Splash screen is upside down.

2. When programming a device, the IDE opens a random .c file for no good reason.

 

6 REPLIES 6
STTwo-32
ST Employee

Hello @KMill 

Can you indicate the version that you are using? The last version for Mac is the 1.14.0

STTwo32_0-1705507888890.png

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

KMill
Associate III

Sure, no problem. Here's a screen-grab of the "About" box.

 

Screenshot 2024-01-17 at 16.12.42.png

Oskar_H
Senior

Hello @KMill 

the upside-down splash issue has already been addressed in this post last year : https://community.st.com/t5/stm32cubeide-mcus/cubeide-splash-image-displays-upside-down-on-macos-14-0/td-p/594195

It is a well known "flip image" issue in MacOS world and related to Eclipse and they have already reported it for Sonoma here.

Fun fact is that the bitmap format stores the scan lines in image data area from the bottom to the top (BMP specification here) ! Any correlation ? Maybe this bug would not occur if the splash screen was in PNG format, who knows ?

KMill
Associate III

Thanks @Oskar_H that explains the flipped image.

 

However the long-standing bug that a random .c file opens after programming a device is a real pain the backside!

Any word on progress with that?

KMill
Associate III

No comment on this issue?

Hi

they "solved" this by open a ticket to the dev team

https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-1-14-0-gt-old-issue/m-p/612850

 This issue is long standing and not really solved.

 

Padawan