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
  • thank for replying Ralf,

    i have tried to do that but what i am doing in the new project is to implement a communication with I2C and i could't do it using SPL but it was so simple using HAL ...

    so could it be possible to add the HAL files one by one and include them in the old projct ??

    thank u again for your help...

Reply
  • thank for replying Ralf,

    i have tried to do that but what i am doing in the new project is to implement a communication with I2C and i could't do it using SPL but it was so simple using HAL ...

    so could it be possible to add the HAL files one by one and include them in the old projct ??

    thank u again for your help...

Children