cube mx does not launch workspaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 2:50 AM
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
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 6:21 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 5:01 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 5:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 6:21 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-03-27 8:10 AM
Thanks, I'll try to follow this path
