2020-06-25 06:27 AM
Hello. When I press to Run (Run main.c) button, STM32CubeIDE opens random file, possibly, from current repository, for example: startup_stm32l452xx.s, core_cm4.h etc...
Code is loading successful, but this side effect bothers me.
I would like to disable this function. How can I do it?
If you need more information about this behavior please, ask.
Thank you for reading.
Solved! Go to Solution.
2024-01-07 11:53 AM
Same issue, version: 1.14.0. New notebook, new Win11 installation, new CubeIDE installation. Problem started at the very first project (I started to learn programming MCUs recently) .
2024-01-30 03:39 AM - edited 2024-01-30 06:09 AM
They claim to have fixed something...
https://wiki.st.com/stm32mcu/wiki/STM32CubeIDE:STM32CubeIDE_errata_1.13.x
I am running 1.14.1 under win7-64 and on a quick test it seems ok. It does open the startup.s file at the 1st line where SP is loaded, but that is ok (well, it's dumb). Afterwards whenever I press e.g. the stop button it opens tasks.c at void vApplicationIdleHook (void) which is correct because that is where the CPU spends by far most of its time in my project (and probably in most RTOS-based projects).
BTW the system requirements, which now say win10 or higher, is BS. It works perfectly under win7-64. I know official M$ updates stopped years ago but there is a way to fully update win7-64 because M$-contract customers still get it.
2024-01-30 07:04 AM
Hi,
sorry that is not true.
The issue is not solved in 1.14.0 nor in 1.14.1
https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-1-14-0-gt-old-issue/m-p/612850
They mark a issue as "solved" as soon they generate a ticket.
Padawan
2024-06-27 12:45 PM
4 Years later and this unexpected behaviour continues...:grimacing_face:
I cannot believe you couldnt reproduce, because in the office 3 people using it and me i use 2 laptops and all does the same after Programming with STMCubeIDE from 2018 till now versions.
I am in main.c tab, but during programming TABS "change" randomly to any other file. If not file open in a tab , it opens any anyway .
2024-06-28 09:12 AM
Just updated to 1.15.1, and this bug is still present. Especially annoying when exiting debug mode to update the code, a random *.s file would open and instead in main, I would start typing in the *.s file.
Please ST, you have been aware of this for years!
2024-07-03 04:40 AM
@GeneralTaoCan you please unmark the answer as an answer. I finally thought the issue was solved, but you incorrectly marked it as solved.
2024-07-06 01:35 PM
STM32CubeIDE 1.16.0 still has the same problem - 100% reproducible.
Hey, ST - will this ever be fixed?
I cannot believe you can just keep ignoring this problem for years now...
2024-07-06 03:00 PM
And do you know what is even more "funny" ??.. using STM32 extension in VScode it has same behaviour after build/compile or run the project ! :flushed_face::face_with_rolling_eyes:
2024-09-27 09:54 PM
Can confirm that the problem is still current! 1.16.0
2024-09-29 11:29 PM
And it's still there in 1.16.1.
that's “asap”, so to speak :(
padawan