Skip to main content
Deepak.Aagri
Associate III
January 30, 2022
Question

How transfer project or how to select different microcontroller in currant project without using CUBE MX?

  • January 30, 2022
  • 2 replies
  • 1145 views

I have STM32WB55RG-Nucleo board and STM32WB55CG Dongle. Current i am working on BLE_MeshLightingProvisioner project. this project doesn't have .ioc file to select the different microcontroller and i want run same BLE_MeshLightingProvisioner project in dongle.

Please help me out to select different micro-controller or share the documents for selection of different microcontroller in currant project.

Best Regards

Deepak

This topic has been closed for replies.

2 replies

TDK
Super User
January 31, 2022

In general, assess the differences between the chips and change the necessary function. In this case, the only difference I can see is the pinout, so no code changes are necessary unless the pinout is different. In particular, the FLASH and RAM sizes are the same.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Deepak.Aagri
Associate III
February 2, 2022

How about startup_stm32wb55xx_cm4.s file..?

TDK
Super User
February 2, 2022

What about it?

"If you feel a post has answered your question, please click ""Accept as Solution""."
Remy ISSALYS
Technical Moderator
March 15, 2022

Hello,

For BLE_MeshLightingProvisioner project, you need an interface to send commands, so that why the project is only on STM32WB55RG-Nucleo board and not on STM32WB55CG Dongle. The following wiki page talk about this project:

https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_BLE_MESH_Embedded_Provisioning

Best Regards