2021-02-08 09: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.
Solved! Go to Solution.
2021-02-09 05: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
2021-02-09 05: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
2021-02-09 08: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.
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
2021-02-11 01:21 AM
Hi @Imen DAHMEN ! Ok. I will go through it. Thanks !