+ 3
I want to learn ARM microprocessor which of the programming language is necessary to learn?( c,c++.....)
2 Respuestas
+ 4
As an Electronic Engineer, I strongly suggest C for programming Embedded systems with Microcontroller/Microprocessor at its Hearts. C is very compact, faster, reliable portable compiler implementation and much easier to Code compared with C++.
- 1
Although I am unsure of what ARM is...
I would start at C++ as it can be used for a wide range of applications which functionality varies an infinite amount.