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

adding new project to an old project

hi ..

i have an old project with STM32f103c6 .. the Project uses standard peripheral library ..
i have created a new project using STM32cubemx & HAL and now i want to add the new project into the old one ... but i have no idea how can i integrate them together ..

any help ??

Parents
  • There is no kind of a project-migration-tool possible, as MDK-V5 comes up with a completely different structure. Thus, I can just recommend to setup a new project - of course based on the essentials of your old project - from scratch with MDK-V5.

    If you're unexperienced with MDK-V5 the:
    1. Getting Started Guide at: www2.keil.com/.../install
    2. and Keil's MDK-ARM Learning Portal at: www2.keil.com/.../
    will help.

Reply
  • There is no kind of a project-migration-tool possible, as MDK-V5 comes up with a completely different structure. Thus, I can just recommend to setup a new project - of course based on the essentials of your old project - from scratch with MDK-V5.

    If you're unexperienced with MDK-V5 the:
    1. Getting Started Guide at: www2.keil.com/.../install
    2. and Keil's MDK-ARM Learning Portal at: www2.keil.com/.../
    will help.

Children