Skip to main content
NDev.1
Associate II
February 9, 2021
Solved

Where can I find an ioc file for BLE mesh in STM32WB55RG ?

  • February 9, 2021
  • 2 replies
  • 1146 views

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.

  1. What is the reason for not providing the file ?
  2. How can I create it for BLE mesh ?
This topic has been closed for replies.
Best answer by Imen.D

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

2 replies

Imen.DBest answer
Technical Moderator
February 9, 2021

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
NDev.1
NDev.1Author
Associate II
February 10, 2021

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.

Technical Moderator
February 10, 2021

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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
NDev.1
NDev.1Author
Associate II
February 11, 2021

Hi @Imen DAHMEN​ ! Ok. I will go through it. Thanks !