This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Migrate from STM32F103RG to STM32F072RB

Hello,

I have a project based on STM32F103RGT6 microcontroller, using µVision V5.13.00. Everything is fine building, debugging etc.

Now, i want to change the microncontroller to STM32F072RBT6.
Is there any easy way to do that through the µVision?

I tried to change the target Device to STM32F072RB from the options of the project, but still the includes in the source code refer to stm32f10x.h and NOT in stm32f0xx.h.

Is there any automatic way to change the target controller on my prject assuming that both controllers fulfill the requirements of it?

Thanks in advance for your help.