• setting ADuC834 for 115200 baud???
    I have an Analog Devices ADuC834 eval board and currently have the UART configured for 9600 baud with the following code: T3CON = 0x82; T3FD = 0x12; SCON = 0x52; I am interested in configuring...
  • Using Built in Baud rate generator on 89C669
    Hi, Does anyone have any sample code that shows how to set up uart 0 to use the internal Baud rate generator ?
  • USART in stm32 doesn't work for baud-rate upper than 115200
    Hello Here is my code USART_InitTypeDef USAR; GPIO_InitTypeDef GPIOStruc; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_AFIO,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1...
  • USB CDC sample code does not work at baud rate 115200
    Hi, I have a device which are sending a string "RECEIVED OK. CONTINUE..." repeatedly. It is connected to the MCB2300. The communication interface between my device and MCB2300 is via UART interface...
  • Problem with Baude rate of UART
    Hi I am using an Arm9 based micro controller.However there is some problem while using the uarts.The uarts do not seem to work at the standard rates of 9600,15200 bps etc.In order to make them work...