• UART 0 - 89C669 @ 115200 baud rate
    UART 0 of 89C669 @ 115200 baud rate Hi all, Previously I was using 89V51RD, Now I want to replace it with 89c669 because of flash memory restrictions. My serial comm code using 89V51 is...
  • 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...
  • 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...
  • Baud rate
    Hi, Let me know whether there is any window showing the activated Baud rate while debugging in MDK 5. In MDK4 while we are debugging we are able to see in the USART peripherals the corresponding baud...
  • Baud Rate
    Hi Does anyone know this In the Peripherals->Serial Window, it displays a baudrate. If I am setting TMOD.6 to 1, another word using t1 pin to clock timer1 instead of the cystal, will that window still...