We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...
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...