• About timer in Simulator
    I know that if I use Debug in Simulator mode, and I want to use timer0 as a counter,I have to toggle the appropriate pin in a Signal function. But if I just use timer0 as a timer,I think this is not...
  • A question about general purpose timers
    Hello all, I am using GPT3 for timing purposes in my RTOS (I am not running it on hardware yet - just in the IDE). I tried to use the example supplied in the "Getting started and creating applications...
  • A question about timer configuration
    Hi all, I am relatively new to the ARM family and I didn't find an answer in the documentation, unfortunately... I am trying to change the interrupt rate of my STR7's timer 0. I have an 16[Mhz] external...
  • Question about Timer & UART?
    Program: void main(void) { unsigned char t_f = 0; TMOD = 0X21; TH0 = 0XB8; //0XB800 ---> 20ms TL0 = 0X00; // TH1 = 0XFD; //0XFD ---> 9600,T1, // TL1 = TH1; RCAP2L = 0Xdc; //dc-- 11.0592...
  • timer
    HI i am debuging a program written in C if i select 12MHz clock for the program There is a timer in the project window showing the time passed and the no of states(machine cycles). Can i rely on the...