• CAN Baud rate Issue
    Hello everybody, I am using LPC2917(ARM9)controller in my application. I am facing a problem in achieving Maximum CAN Baud rate. I tried with different configurations in bus timing register with...
  • CAN Baud rate Issue
    Hello everybody, I am using LPC2917(ARM9)controller in my application. I am facing a problem in achieving Maximum CAN Baud rate. I tried with different configurations in bus timing register with...
  • C8051F132 - UART Baud Rate config issue
    Halo Frndz, Im using C8051F132 Silabs MCU .. I want to know that how to set UART1 baud rate.. I have came across few formula's.. but i didnt get the exact value.. My seniors done this configuration...
  • C8051F132 - UART Baud Rate config issue
    Halo Frndz, Im using C8051F132 Silabs MCU .. I want to know that how to set UART1 baud rate.. I have came across few formula's.. but i didnt get the exact value.. My seniors done this configuration...
  • Baud Rate
    Specification for AT89C51 Baud rate - 9600 Clock - 12MHz SMOD - 1 TH1 - 0xF9 so is my code correct? Code: void serial_send() { SCON=0x50; TMOD=0x20; TH1=0xF9; TR1=1; TI=1; } Confusedman...