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

Peripheral Library

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

Parents
  • Thanks Guys,

    i finally can compile my project again ;)

    For all with the same problem:
    I took the template project from ST which comes with the library and deleted everything which is not necessary (all the stuff for the eval boards).

    Is it complicated to build a .LIB-file out of the sources? Compiling all the C sources takes quite some time... With the LIB file it took about 1 second to compile, now it's about 50 seconds (right now i've all files included).

    Kind regards
    Hans

Reply
  • Thanks Guys,

    i finally can compile my project again ;)

    For all with the same problem:
    I took the template project from ST which comes with the library and deleted everything which is not necessary (all the stuff for the eval boards).

    Is it complicated to build a .LIB-file out of the sources? Compiling all the C sources takes quite some time... With the LIB file it took about 1 second to compile, now it's about 50 seconds (right now i've all files included).

    Kind regards
    Hans

Children