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
  • I think that's likely to end up more trouble than it is worth.

    IME, it will be much easier to start by creating a basic HAL project, and then importing your functionality into that.

    HAL is not designed to mix-and-match with SPL.

    You could maybe start by "refactoring" your old project so that your application code is well isolated from the SPL code ... ?

    This has nothing to do with Keil.

Reply
  • I think that's likely to end up more trouble than it is worth.

    IME, it will be much easier to start by creating a basic HAL project, and then importing your functionality into that.

    HAL is not designed to mix-and-match with SPL.

    You could maybe start by "refactoring" your old project so that your application code is well isolated from the SPL code ... ?

    This has nothing to do with Keil.

Children