2020-08-13 01:57 AM
I'm using a P nucleo vl6180 I would like to have if it is possible to write my source code in C ++ knowing that I have an ARM C compiler to compile v5.06 update 6
2020-08-13 05:43 AM
Yes, a C++ compiler is included with Keil and should be used for *.cpp files.
2020-08-13 09:55 AM
Ok thank you
2020-08-13 10:35 AM
Keil ships with a C/C++ compiler, also current MDK ships with V5 and V6 compilers.
2020-08-13 11:17 AM
Ok thank you, the API functions are written in C do you think I can call these functions in C ++ code?
2020-08-13 12:08 PM