Skip to main content
Visitor II
March 27, 2023
Solved

cube mx does not launch workspaces

  • March 27, 2023
  • 3 replies
  • 2839 views

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

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    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

    3 replies

    Technical Moderator
    March 27, 2023

    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

    MMarc.11Author
    Visitor II
    March 27, 2023

    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

    Technical Moderator
    March 27, 2023

    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

    MMarc.11Author
    Visitor II
    March 27, 2023

    Thanks, I'll try to follow this path