cancel
Showing results for 
Search instead for 
Did you mean: 

cube mx does not launch workspaces

MMarc.11
Associate II

Greetings,

in the video STM32MP1 workshop - 9 OpenSTLinux BSP pin Muxing - STM32CubeMX lab after modifying the DK2_TIMER_A7 project in the mx cube directly open the project in workbench from generate code, open the file.

On my pc this doesn't happen, this file opens:

<?xml version="1.0" encoding="UTF-8"?>

<workspace>

  <project>

   <path>$WS_DIR$\DK2_TIMER_A7.ewp</path>

  </project>

  <batchBuild />

</workspace>

And if I try to open the project directly from workbench I can't open it.

When I open workbench it tries to install GCC GNU COMPILER but fails

I attach some screenshots

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @MMarc.11​ ,

Yes, apology for that. Some old video are kept online.

The Getting Started section in Wiki is a better reference always maintained.

https://wiki.st.com/stm32mpu/wiki/Getting_started

Hope it help

Olivier

Olivier GALLIEN
In order 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.

View solution in original post

4 REPLIES 4
Olivier GALLIEN
ST Employee

Hi @MMarc.11​ ,

Strange, I notice in one screenshot a path like /ac6/systemworkbench ...

Are you trying to use SW4STM32 ?

This is no more supported; you have to use STM32CubeIDE.

Olivier

Olivier GALLIEN
In order 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.
MMarc.11
Associate II

I was trying to use workbench because it is used in an STMicroelectronics video (STM32MP1 workshop - 9 OpenSTLinux BSP pin Muxing - STM32CubeMX lab) which explains how to start using the STM32MP1.

Being a beginner with this micro I tried to follow the instructions of the turial step by step

Hi @MMarc.11​ ,

Yes, apology for that. Some old video are kept online.

The Getting Started section in Wiki is a better reference always maintained.

https://wiki.st.com/stm32mpu/wiki/Getting_started

Hope it help

Olivier

Olivier GALLIEN
In order 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.
MMarc.11
Associate II

Thanks, I'll try to follow this path