2024-06-19 11:05 PM
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!!
Solved! Go to Solution.
2024-06-20 12:09 AM
Hello @battellino and welcome to the ST Community :smiling_face_with_smiling_eyes:.
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.
2024-06-20 12:09 AM
Hello @battellino and welcome to the ST Community :smiling_face_with_smiling_eyes:.
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.
2024-06-20 01:13 AM
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????
2024-06-20 02:06 AM
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.