2024-03-31 11:29 PM
Hello all,
I made custom PCB board with STM32WB5MMG in my project.
I have confirmed that the SWD pins are working and Code is Debugging ok.I have also set up HSEM, IPCC, RCC, RTC, RF, STM32_WPAN required but I can't detect the Bluetooth.
Iam using STM32CUBEMX V6.8.1 and STM32CUBEIDE V1.12.1
Firmware package version is 1.16.0 (STM32Cube_FW_WB V1.16.0)
.
Solved! Go to Solution.
2024-04-02 12:55 AM - edited 2024-04-02 12:56 AM
Hello @Kavinraj
Could you upgrade your FUS/Stack to the last version. Look at this video for more details.
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-04-01 01:35 AM
Hello @Kavinraj
I suggest you follow this wiki. Also, you should also use the STM32Cube_FW_WB V1.19.0, the STM32CubeMX V6.11.0 and the STM32CubeIDE V1.15.0. Finally, there is a few examples using the STM32WB5MM-DK that may help you.
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-04-01 06:41 AM
Hello @STTwo-32 ,
I am trying my code in STM32Cube_FW_WB V1.19.0, the STM32CubeMX V6.11.0 and the STM32CubeIDE V1.15.0. configuration but same result bluetooth is not detecting.After I'm trying example codes of STM32WB5MM-DK but Im not able build and flash, so guide me to build that codes in right way.
These are screenshots of clock configuration of my project,
Iam Unable to build the example codes of STM32WB5MMG-DK Board,
2024-04-01 07:40 AM
If you want to set your own example from scratch, I suggest you refer to the Steps of the WIKI mentioned on my first comment. For the BLE_p2pServer, I suggest you import it as follow:
Now, you will be able to Build your project.
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-04-02 12:44 AM
I'm trying as per the your guidence, the example code was builded successfully and flashed but still couldn't find bluetooth on my phone ,If any additional bin files are need to flash or not(like stm32wb5x_FUS_fw.bin,stm32wb5x_FUS_fw_for_fus_0_5_3.bin).
Here I'm attaching my code for your reference,
https://drive.google.com/drive/folders/1X-kaq5iqy__IlMwa3gj4rVgBZbyuSQvS?usp=sharing
Kindly guide to resolve this issue.
2024-04-02 12:55 AM - edited 2024-04-02 12:56 AM
Hello @Kavinraj
Could you upgrade your FUS/Stack to the last version. Look at this video for more details.
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-04-02 03:29 AM
Hello @STTwo-32 ,
We are developed custom PCB board with STM32WB5MMG, its firmware (FUS/Stack) fusing procedure is same as the nucleo STM32WB55 board or Different?
2024-04-02 03:44 AM
Yes it is the same.
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-04-02 05:36 AM
Dear @STTwo-32 ,
After Firmware upgrade,now bluetooth is detecting thankyou so much sir, If any further doubts
I will post in ST Community