cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to build any project of repo STM32CubeWB

battellino
Associate II

Can anyone tell me how to do it without wasting days to simply compile a project from the repo:
https://github.com/STMicroelectronics/STM32CubeWB

although if I import any ìxample from stm32cubeide when I compile it tells me that there are missing libraries, the same thing if I import the IOC, in short it is impossible to work like this!!!!!!!!!!!

I lose a lot of days!

Can you give me a screenshot of the steps to follow!!

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @battellino and welcome to the ST Community 😊.

The reason behind his problems may be that you have downloaded the STM32CubeWB package from the GitHub repository directly using the "download zip" button and not the git command:

git clone --recursive https://github.com/STMicroelectronics/STM32CubeWB.git

 I suggest you try using the Cube package downloaded from the ST website or the one cloned from the Git repository using the command I've shared.

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.

View solution in original post

3 REPLIES 3
STTwo-32
ST Employee

Hello @battellino and welcome to the ST Community 😊.

The reason behind his problems may be that you have downloaded the STM32CubeWB package from the GitHub repository directly using the "download zip" button and not the git command:

git clone --recursive https://github.com/STMicroelectronics/STM32CubeWB.git

 I suggest you try using the Cube package downloaded from the ST website or the one cloned from the Git repository using the command I've shared.

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.

battellino
Associate II

Thanks , I try .

Another problem:

Im running ble heart of stm32wb55  , I would like use adc input channel with  the  ADC_SingleConversion_TriggerTimer_DMA_ but the tim2 that i instantiate seem not run; the  variable ubDmaTransferStatus that indicate the end of dma tranfert(value = 1) is right to insert in callback in the main or in hrs_app.c????

This is a new question. If your original question is answered, close this topic by selecting a best answer and create a new post for this question to give it more visibility.

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.