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 ??
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.
ok thanx alot ..