• STM32 USART debuging
    Hello everyone, I would be very gratefull if you help me with this or give me some idea. I have problem with STM32100RbB USART module. It uses Cortex M3. The USART uses hardware flow control...
  • USART protocol used in STM32 bootloader
    Hi, I want to program(flash program/user code) slave STM32f2 MCU with Master STM32f2 MCU using USART It is same like MCU programming with flash utility at PC side. So I like to design code...
  • BUG: CMSIS USART Driver STM32
    Hello, I've found a bug in the CMSIS USART_Driver of the Device Family Pack STM32F4xx, Version 2.4.0. Previous Version are concerned, too. When frequently polling USART_GetStatus while receiving...
  • USART Driver in Pack STM32 V2.5.0
    Hello, I found some bugs on Pack version 2.5.0 USART driver for STM32F4. File USART_STM32F4xx.c Revision: V2.3 Lines 1506,1747 and 1808. The problem is on USART3: 1506: else if (usart == USART3...
  • 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