7 years, 5 months ago.

LPC 1768

I am writing some code using the Compiler for an Assignment at University and need to know the following: What Language does the LPC 1768 understand, as far as i am aware, this PLC understands C but due to the fact that the file format is .cpp would the PLC understand C++ and C#?

Thanks.

1 Answer

7 years, 5 months ago.

Hi Harry,

Thanks for the question :),

SO the mbed compiler is a C/C++ complaint compiler, using armcc (turning the C language to the machine instructions). http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.subset.swdev.coretools/index.html

The mbed libraries and programs are built upon C/C++.

Regards,

Andrea, team mbed