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.
Hi,
how do I upgrade Keil to the latest Peripheral Library (3.5.0) by ST for the STM32. It didn't succed in doing it myself without advise.
Kind regards Hans
Shouldn't be too hard to create a library once you have all the object files you want. The tool is C:\Keil\ARM\BIN40\armar.exe and it's documented (poorly) under the "RealView Utilites Guide". There's also a section "Create a Library File" in the uVision IDE User's Guide that explains how to do it from the IDE.
It's probably easier to just use the commandline, though. If you type in armar without arguments you'll get a brief help.
Here's the real documentation on ARM's website: infocenter.arm.com/.../index.html
Andrew