2022-07-08 09:22 AM
I saw multiple resources on different conversions between chips, such as AN5094 (between F3 and G4), but I can't find anything for G4 to F7.
Is there a step by step process to follow that has a program do most of the work, something similar to MCSDK, but with an already generated project?
Solved! Go to Solution.
2022-07-12 03:41 AM
Hello @Dane._.T ,
Thank you for raising this question.
If you're asking about exporting a project created with an STM32G431 on STM32F745 or STM32F769 using STM32CubeMX tool, I can suggest the " Import Project " solution.
In fact, Import Project menu imports a previously-saved configuration to another MCU. By default the following settings are imported:
You’ll find linked Here the User Manual of STM32CubeMX for more details about all the tool feature.
Hope that my answer gives some help.
Khouloud.
2022-07-08 09:54 AM
Migrate possibility is based on your application. Maybe yes maybe not.
If your custom code is placed in separate files simply generate IOC code for new MCU and copy your files into. Edit main is manual job, some files compare utility help you , but most of the work wait for you.
2022-07-08 01:50 PM
You can find a contractor to do the chore for you.
2022-07-12 03:41 AM
Hello @Dane._.T ,
Thank you for raising this question.
If you're asking about exporting a project created with an STM32G431 on STM32F745 or STM32F769 using STM32CubeMX tool, I can suggest the " Import Project " solution.
In fact, Import Project menu imports a previously-saved configuration to another MCU. By default the following settings are imported:
You’ll find linked Here the User Manual of STM32CubeMX for more details about all the tool feature.
Hope that my answer gives some help.
Khouloud.