• Internal Baud Rate (Baudrate) Generator of AT89C5132
    Dear all, Hi, I tried to use keil simulator to simulate IBRG (Internal Bade Rate Generator) of AT89C5132. Using C51 V7.10. It did not work on PC (Keil simulation), but it worked on the real AT89C5132...
  • Internal Baud Rate (Baudrate) Generator of AT89C5132
    Dear all, Hi, I tried to use keil simulator to simulate IBRG (Internal Bade Rate Generator) of AT89C5132. Using C51 V7.10. It did not work on PC (Keil simulation), but it worked on the real AT89C5132...
  • 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...
  • 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...
  • Using Baudrate generator & Timer2 in P89C669
    Hello I am using Builtin Baudrate generator for two serial ports UART0 and UART1 in P89C669.Two Serial ports are working properly. But I am not able to use Timer2 for other timing functions ... Kindly...