I'm developing an application using MPLAB X IDE with the XC32 compiler, targeting the PIC32MX795F512L. I'd like to use the std::vector container, but whenever I push_back to it, the device resets (crashes?). Even something as simple as the following doesn..
↧