• usart
    can the usart port act as both input as well as output port at the same time.
  • USART
    Hi I'm having issue getting the data send from the usart1; I initialised properly, but the problem is not the rightdata is display on my PC terminal; I'm using stm32f407VG #include "stm32f4xx.h"...
  • cmsis usart problem
    hi to all, i am new in mdk5 and i working on a project that in it i need to communicate through usart of my micro, i want to use from cmsis::usart lib to access usart. when i read the documentation...
  • struct problem / usart
    I'm working with the RealView Compiler and have a strange problem with the usart. I've installed one typedef struct in a headerfile - when I try to install a array of this struct in the c-file (as...
  • Parity bit problem in USARt
    Hello here my usart settings that it works fine USAR.USART_BaudRate=9600; USAR.USART_StopBits=USART_StopBits_1; USAR.USART_WordLength=USART_WordLength_8b; USAR.USART_Parity=USART_Parity_No ;...