2007-08-10 05:50 AM
2011-05-17 12:46 AM
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?2011-05-17 12:46 AM
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 Luc2011-05-17 12:46 AM
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.