2023-11-21 02:45 AM
Hi,
if i select in MX "List Pinout Compatible MCUs"
i get this:
Sometimes STM32CubeIDE closes without warning.
i reintalled the ide, i delete the workspace, i restart the pc, nothing helps! i change in the properties from external bowser (chrome) to internal, nothing.
Any suggestions?
Padawan
Solved! Go to Solution.
2023-11-21 11:17 AM
Try running CubeMX outside of the IDE. You will have to install the stand-alone CubeMX it if you haven't already done so.
Personally, I never use the "run CubeMX inside CubeIDE" feature. It just doesn't provide any benefit. I generally leave CubeMX running, then open whichever project I need, make changes, same/generate then close the project (and leave CubeMX open). Then switch to the IDE and re-compile, etc. Much quicker and easier.
2023-11-21 03:03 AM
Hello @padawan
I've tested personally for a few times, and nothing happened.
Can you test this behavior with another PC?
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.
2023-11-21 03:32 AM
If i do the same in 1.12.1 i get this
And this seems ok.
So i think it is one more issue in 1.13.2 :(
Padawan
2023-11-21 04:36 AM - edited 2023-11-21 04:37 AM
I don't think so. Doing this operation with the version 1.13.2 I got this:
Can you check your internal parameters?
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.
2023-11-21 05:17 AM
Hm, can you specify which parameters I need to check?
I can't find anything like the "do not deface screen"-parameter, that i
can check..
Padawan
2023-11-21 11:17 AM
Try running CubeMX outside of the IDE. You will have to install the stand-alone CubeMX it if you haven't already done so.
Personally, I never use the "run CubeMX inside CubeIDE" feature. It just doesn't provide any benefit. I generally leave CubeMX running, then open whichever project I need, make changes, same/generate then close the project (and leave CubeMX open). Then switch to the IDE and re-compile, etc. Much quicker and easier.
2023-11-22 11:56 PM - edited 2023-11-23 12:38 AM
Thanks Bob for the hint
with Cube Mx standalone 6.8.1 it is ok.
with Cube MX standalone 6.10 it is ok,
with the version 6.9.2 integrated in the STM IDE v 1.13.2 -> d'oh
edit:
with the brand new 1.14.0 it is ok (MX 6.10)
padawan