cancel
Showing results for 
Search instead for 
Did you mean: 

compiler C ARM on Keil

MSAMB.1
Associate III

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

5 REPLIES 5
TDK
Guru

Yes, a C++ compiler is included with Keil and should be used for *.cpp files.

If you feel a post has answered your question, please click "Accept as Solution".
MSAMB.1
Associate III

Ok thank you

Keil ships with a C/C++ compiler, also current MDK ships with V5 and V6 compilers.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Ok thank you, the API functions are written in C do you think I can call these functions in C ++ code?

Yes, you can call C functions from C++.
If you feel a post has answered your question, please click "Accept as Solution".