• Long duration timer usiing interrupt
    How do you generate a delay of 80msec using cystal of 11.095Mhz frequency using autoload mode and interrupt while sending data simultaneously to some other port?
  • Copiling and Linking take very long
    Hi, Normally Keil µV2 creates a hex file during less than a second. My newest project is my first project whose hex file contains more than one KB of data. After booting my PC creating this hex files...
  • AREGS / NOAREGS duration?
    Hi All. To me, the manual is not entirely clear on this issue: Does #pragma NOAREGS apply only to the immediately-following function, or does it apply to all functions that follow it until a #pragma...
  • clock duration calculation
    hi friends, I am doing a small project on programmble timer.The timer is designed to give control output to each channel according to the timing.the timer starts from 0.0minutes and as it increments...
  • idle thread duration
    Hi guys, I'm just starting on ARM and I'd like to ask a some questions. How can I know when does the scheduler resume after leaving the idle thread (os_idle_demon) ? Or in other words, how can i know...