cancel
Showing results for 
Search instead for 
Did you mean: 

st library and C++

craig239955_st
Associate II
Posted on August 10, 2007 at 14:50

st library and C++

3 REPLIES 3
mark9
Associate II
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?

craig239955_st
Associate II
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

cspannring
Associate II
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.