User Activity

Posted on January 02, 2015 at 23:52We've recently switched toolchains from mbed's online compiler to gcc-arm, but had several issues after doing so. Our code, which works fine when compiled online, seems to have issues once we use gcc to compile. Ex...
Posted on December 23, 2014 at 21:53I'm stepping through my code to see where a certain bug occurs with my display driver, and found that something strange is going on. An instance of the class gets initialized properly, but once I try to use a meth...
Posted on December 17, 2014 at 17:43Hello, I'm trying to debug a simple test program (http://developer.mbed.org/teams/ST/code/Nucleo_blink_led/) on my Nucleo board. I've successfully compiled it using GCC-ARM (arm-none-eabi-gcc), flashed my device o...
Posted on December 02, 2014 at 01:32Hello,Recently my team and I have run into a lot of issues in our code that require a good debugging solution. Unfortunately, however, we haven't found a good way of setting breakpoints and stepping through our co...