• 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...
  • 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...
  • 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...
  • 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...