• Get version number at compile time
    Is it possible to have the version number of a compile auto increment and be a part of the code to be retrieved at run time? Thanks
  • get current time in microseconds method
    I'm using the Timer 3 and I want to verify that the ISR is being called at the correct interval. I wanted to use a the clock() function but I can't include <time.h>. What should I do??? Thanks
  • Getting run-time information of stack usage by Tasks
    Hello all, I want to know whether i can use 'void* stk' from 'os_tsk_create_user_ex()' function call to get the runtime stack utilization? I want to print the real time utilization of stack for each...
  • How to get ir code?
    Hi Who have the ir decode demo for STM32?
  • Execution time of code
    Hello, I'm using a C8051F330 and I need to time some code. My Performance Analyzer is greyed out and I can therefor not use it. I also saw this thread: http://www.keil.com/support/docs/971.htm which...