• uVision crashing on end of simulation
    I have experienced crashing of uVision on one particular project the SECOND time a simulation / debug session was terminated in single session of uVision. Restarting uVision allowed for 2 more debug...
  • ADC Crash
    Has anyone seen problems occurring with the ADC module after hitting a breakpoint ? It works fine whilst the program is running but gets in a state after resuming from a breakpoint in any source file...
  • Weird C167 CS crash
    Hello all, I have a serious problem here. I am working with a C167 CS using legacy code. It is horrific, and I mean just that, but the strange part is that I am unable to remove some redundant functions...
  • vsprintf crash at interrupt context
    Hello all, why does the following code crash when called from interrupt context, if I turn on all compiler optimizations? the call to vsprintf causes an access violation, even when run on the simulator...
  • Compiler crashes with _push_/_pop_ instrinsics
    When using the new instrinsic functions _push_() and _pop_() with variables other than int, the compiler crashes. Example: --------------------------------- #include <intrins.h> void crash(void...