Why reusing the same C++ class raise significantly the RAM usage
I work on a project that is using C++ code in a PIC32 microcontroller. C++ classes are used to structure the pages and widgets used on display.
I work on a project that is using C++ code in a PIC32 microcontroller. C++ classes are used to structure the pages and widgets used on display.