Skip to main content
Visitor II
August 10, 2007
Question

st library and C++

  • August 10, 2007
  • 3 replies
  • 849 views
Posted on August 10, 2007 at 14:50

st library and C++

    This topic has been closed for replies.

    3 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:46

    I use it. The only annoyance is that ST decided to create a 'bool' type that is incompatible with the real bool type.

    What is your problem?

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:46

    Hi all,

    Does anybody use the ST library in a C++ environment?

    I use the Keil compiler, but the ST lib seems no to be C++ compatible.

    Kind regards

    Luc

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:46

    In my C++ application I decided against using the ST library.

    The library is rather low-level. You need to have a pretty complete understanding of the hardware in order to use the library and I just figured it would be cheaper for one person in the group to write a nice high-level, well documented API than to force everyone in the group to learn the ST91x hardware well enough to to use the ST library.