Skip to main content
Explorer II
September 6, 2023
Solved

Using STM32 examples on custom boards

  • September 6, 2023
  • 1 reply
  • 1949 views

Hello,

I have made a custom board using the STM32WB55CEU6 chip and I would like to try out some examples that are available from ST. My problem is that these examples are made for STM32WB55CG and I can't find an easy way to change target of these examples. In the read me file it says:

This example has been tested with NUCLEO-G431KB RevA board and can be

easily tailored to any other supported device and development board.

But i can't seem to find an easy way to do it. 

My current aproach is:

- Getting the example project using CubeMX.

- Creating new project with the desired target

- Importing .ioc project configuration

After that I have the same configuration but the project is obviously empty. The example files are linked so i can't copy them. 

Thank you in advance for any help.

 

 

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @dryet ,

    I recommend you follow this FAQ: MCU1 to MCU2 migration option within STM32CubeIDE.

    You can also refer to the Tutorial 5: "Exporting current project configuration to a compatible MCU" in UM1718.

    Imen

    1 reply

    Imen.DAnswer
    Technical Moderator
    September 11, 2023

    Hello @dryet ,

    I recommend you follow this FAQ: MCU1 to MCU2 migration option within STM32CubeIDE.

    You can also refer to the Tutorial 5: "Exporting current project configuration to a compatible MCU" in UM1718.

    Imen