This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is the performance difference in writing C and C++ code for ARM Cortex M7 mcu ?

Hello All,

             So far, I have been writing code for ARM Cortex M7 (STM32F7691) using C language. But I am planning to write more structured, OOPS style coding for my next application. And so, I am thinking about using C++ instead of C. Please let me know the following,

1. What will be the performance difference and also the final code size (excluding the programmer's skills )?

2. Does arm cortex m7 has good c++ compiler?

3. Specifically, Does OOPS methodology causes performance overheads?

Thank you.

0