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

Migrating uVision Project within the same controller family

Hello everyone.

I've have a uVision project which is built on Stm32f030C8 microcontroller. I'm using Stm32f0xx standard periphera; library in my application. Now i need to migrate to a higher version of the controller as my application demands more peripherals. So I now have hands on the Stm32f071C8T6.

Now my question is what changes i need to make in my current project files in the uVision so that the project can be safetly migrated to support stm32f071 uController?

Things done so far...

1. Updated the package installer for Stm32f071c8T6 device.
2. Changed the device in "Options for Target" from Stm32F030C8 to Stm32F071C8T6.

What more changes should i make?
The standard peripheral library will remain same in my case right? ie Stm32F0xx standard peripheral library.

Also do i need to make changes in the startup files too?

Please tell me what files needed to change so that i can migrate my project logically without any conflicts.

Regards,
Nishit.