2024-12-07 02:19 AM
Env:
Step:
1. cloen repo
% git clone https://github.com/STMicroelectronics/STM32CubeWBA.git
git:(main) % git co v1.5.0 -b v1.5.0
git:(heads/v1.5.0) % git submodule update --init --recursive
2.Create Projects
3. Result:
What's the problem?
Solved! Go to Solution.
2025-01-03 07:32 AM
Hello @HonestQiao
I suggest you to follow this steps:
git clone --recursive https://github.com/STMicroelectronics/STM32CubeWBA.git
Like that it should be working just fine.
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.
2025-01-03 07:32 AM
Hello @HonestQiao
I suggest you to follow this steps:
git clone --recursive https://github.com/STMicroelectronics/STM32CubeWBA.git
Like that it should be working just fine.
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.
2025-01-05 07:57 PM
Thank you.
It's the way.