2023-03-27 02: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.
2023-03-27 06: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
2023-03-27 05: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
2023-03-27 05: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
2023-03-27 06: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
2023-03-27 08:10 AM
Thanks, I'll try to follow this path