Where can I find an ioc file for BLE mesh in STM32WB55RG ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-08 9:43 PM
Can someone tell where I can find an ioc file for BLE_MeshLightingPRFNode application ? I am using STM32WB55RG and SDK version is 1.8.0.
I see that ioc file is available for every example and BLE application but not for the above application.
- What is the reason for not providing the file ?
- How can I create it for BLE mesh ?
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32CubeMX
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-09 5:36 AM
Hello @NDev.1 ,
Most of the projects under STM32Cube packages are not generated with the CUBEMX tool, for this reason the ioc file is not available for all projects.
The available examples have been developed with different IDE, like: IAR, Keil, STM32CubeIDE.
As proposed, you can start your own application from STM32CubeMX to initialize peripherals needed with the configuration that you want.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-09 5:36 AM
Hello @NDev.1 ,
Most of the projects under STM32Cube packages are not generated with the CUBEMX tool, for this reason the ioc file is not available for all projects.
The available examples have been developed with different IDE, like: IAR, Keil, STM32CubeIDE.
As proposed, you can start your own application from STM32CubeMX to initialize peripherals needed with the configuration that you want.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-09 8:13 PM
Thank you @Imen DAHMEN for your response. I think STM32CubeMX and STM32CubeIDE tools are integrated. Because I was able to create an application from the STM32CubeIDE and there I could create an ioc file, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-10 12:09 AM
Hi @NDev.1 ,
You are right, STM32CubeIDE intergrate services from STM32CubeMx tool.
I advise you to follow this AN5292 that will help you on how to build your BLE mesh application for STM32WBx5 line microcontrollers.
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-11 1:21 AM
Hi @Imen DAHMEN ! Ok. I will go through it. Thanks !
