Can the nRF52840 board work in C ++ or only in C?
Can the nRF52840 board work in C ++ or only in C?
We do not have any support for it, but you can write in any language as long as you have a compiler that translates the code into the proper ARM instruction set. I think most C compilers that we use also supports C++.
There are a few open-source projects for nRF52 that are C++ based, but we won't be able to support those.