• USART: to send more Bits
    Hello, I'm searching for a function in the Realview Compiler, where I can send more than one Bit over the USART. __inline void AT91F_US_PutChar ( AT91PS_USART pUSART, int character ) { pUSART...
  • Send and receive simultaneously via USART
    Hello Here is my USART's settings: USART_InitTypeDef USAR; GPIO_InitTypeDef GPIOStruc; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_AFIO,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1...
  • send a continous char
    does anyone have an idea of how to continuously send a character using the UART function on an 8051 in assembly language. the following code i have doesnt seem to work, the compiler tells me theres a...
  • STM32F1 USART ignoring chars on start up?
    Hi, I am currently testing the USART on my STM32F103C8 Blue Pill, which I should be able to send text to and it will echo back anything typed and respond to various commands. I'm finding something...
  • USART problem
    HI I am working with the ARM AT91SAM7x256. I want to send/receive a float number with USART and I need a code for it. thanks