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

uVision5 Pack installer and include paths

Just trying to get to grips with some code that's landed on my desk. It's for STM32F103RB and I have uVision 5. I've got the pack installer to add the right device packs but when building the .h files are not being found.

Doesn't the pack installer set up the include paths correctly?

What's not helping is that the code was probably developed with some older version of the ST peripheral libraries and these are not included in the source files I've been given...

Parents
  • I think you can still download older versions from the ST site - if in doubt, speak to your FAE or Distributor.

    "these are not included in the source files I've been given"

    This is why I always like to include the library files in the project folder tree.
    That way, there's no "forgetting" them, and no wondering about which version should be used...

Reply
  • I think you can still download older versions from the ST site - if in doubt, speak to your FAE or Distributor.

    "these are not included in the source files I've been given"

    This is why I always like to include the library files in the project folder tree.
    That way, there's no "forgetting" them, and no wondering about which version should be used...

Children
No data