Changing a compatible processor in a programming course
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-21 6:08 AM
Hello, we started programming on the NUCLEO-G431RB breadboard equipped with the STM32G431RB processor.
We therefore created a new program configured on the processor in question using STM32CubeMX. However, during development, we received our electronic board, which we equipped with the STM32G431CBU6 processor. To continue our development on it, we had to change the processor.
We therefore returned to STM32CubeMX to modify the .ioc file only in "Project Manager." We don't have control over the "MCU Reference" line to switch from STM32G431RBTx to STM32G431CBUx (CBU6)?
How can we port our code?
Thank you for your recommendations.
- Labels:
-
STM32CubeMX
-
STM32G4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2025-05-26 2:06 AM
Hello @LIFER.1;
I recommend you to look at these two FAQs to switch from one STM32 to another:
- How to switch from one STM32 to another using STM32CubeMX
- How to export a project configuration to a compatible STM32
I hope these resources can help you!
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
