• crystal frequency
    I am using 89c2051 in my project.while doing programming in keil I got problem in baud-rate.I m using 11.0592MHz crystal.Now in C code how can I define that i m using this crystal???(any instruction...
  • crystal frequency
    I am using 89c2051 in my project.while doing programming in keil I got problem in baud-rate.I m using 11.0592MHz crystal.Now in C code how can I define that i m using this crystal???(any instruction...
  • The problem caused by Crystal frequency
    I have a problem with Crystal, if I use 96000000hz for HSI with a RTOS(UIP kernel) in MM32F103(cortex-m3) , then I meet following problems. 1:Sometimes ,if program run into function SystemInit, it will...
  • The problem caused by Crystal frequency
    I have a problem with Crystal, if I use 96000000hz for HSI with a RTOS(UIP kernel) in MM32F103(cortex-m3) , then I meet following problems. 1:Sometimes ,if program run into function SystemInit, it will...
  • Auto-Baudrate detect (Don't care crystal frequency)
    /****************************************************************************** Auto Baudrate : Detect for ASCII(0x00~0x7F) input Return : Time1 Count Reload Value (TH1) 2003/02/18 Jason Liao **...