• 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...
  • Is it possible to set different baudrate for TwinCAN module?
    Hi all, Is it possible to set different baudrate for CAN A and CAN B in TwinCAN module? I just guess it is possible because there are two registers eg: ABTR, BBTR. But I am not sure. It is apprecaited...
  • Serial port RX Problem - baudrate 9600 setting
    I have a strange problem in my code. I cannot receive correct characters via the serial port if I write TH1=0xFD in my code. But if I write TH1=0xFE in my code, I can run the program correctly. ...
  • UART0 setup
    Hello guys; I have been working on UART0 setup of LPC2132 for a long time. I have achieved anything yet.Once I loaded a wrong pll setting and put the uc to death.I couldn't reload the correct settings...
  • UART0 of LPC2148
    Hello I'm using ARM LPC2148. I want to use UART0 of ARM controller. Our 8051 provides UART with 4 modes viz Mode0,Mode1,Mode2 & Mode3. Preferably we use Mode1 for Serial transmission. We use Mode0...