• 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...
  • 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"...
  • Squaring floating point values
    Hello Everybody, Iam facing a strange problem with floats and their mathematical operations i recive a string of data through serial port( 20bytes i.e 5 float values) so to do mathematical operation...
  • Double and float values
    Does using a double or float value for the MCB1700 board cause severe inefficiency? I would like to use two or three double values for precise calculations of values. Will this cause a problem or will...