• Runtime
    How can i calculate the runtime of the program in terms of clock cycles? without looking into the instruction set. Regards Siva
  • Connect debugger at runtime? (without reset?)
    Hi, is it possible to connect the ARM uVision to a running target? (without resetting/ reloading the target?). I would like to connect to see variables in the watch window, after the target has been...
  • Any compiler option to remove runtime library __rt_lib_init option
    Note: This was originally posted on 7th August 2009 at http://forums.arm.com During my program execution I'm facing an undefined exception in runtime library [__rt_lib_init]. Without run time library...
  • Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...
  • STM32F103 with uCGUI Without any OS
    A good example of uCGUI Graphics Framework running bare (without any RTOS) on STM32 Development Board with Source Code. ucguibarerun.blogspot.in