• 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 **...
  • P89LPC932 Auto Buad Detect
    My project uses a P89LPC932 @ 11.0592 MHz and CCLK equal to Fosc (11.0592MHz). UART uses BGRG1:BGRG0 as Baud Rate Generator. Buad = CCLK/((BRGR1,BRGR0)+16) I want to mensurate width of pulse...
  • incomplete auto platform detection
    Hi everyone, I have a QCA IPQ4019 board. I used auto platform detection and got below warnings. It seems that I can not trace this device because of these warnings. How can I fix? Also attached...
  • Baudrate Generation
    Hi, I want to create a Function to approximate a custom Baudrate. The Function depends on two Variables: Baudrate = f(x,y) = (FDV * 40) / (8192 * (BG + 1)), FDV = 1..511, BG = 1..8192 Unfortunately...
  • p89c669 UART1, baudrate 4800
    Hi I need to set baudrate for UART1 for p89c669. I did it like..... void Init_Uart1() { S1STAT = 0x20 ; S1CON = 0x50 ; REN_1 = 1 ; BRGCON = 0X00 ; BRGR1 = 0x07 ; BRGR0 = 0x70 ; BRGCON = 0X01 ;...