• 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...
  • writing to nonvolatile in ADuC834
    I am familiar with how to store a program in nonvolatile memory so it will restart when powered on with the ADuC834, but what i want to do is store some data gathered by the program in memory that will...
  • ADuC834 vs ADuC832
    We have some test code that runs on an ADuC834. This works fine. The parts appear to have equivalent memory. Even for trivial examples, we are having tons of problems with the ADuC832 component. We did...
  • 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...