• Re: DMA with USART1 & USART2
    I m tying to do FIFO emulation using DMA with USART1 and USART2 in circular mode. The target that i m using is STM32F103VBT6. My application requires that the data received in the USART1 is to be...
  • Using printf() on stm32-discovery
    Hello, I'm using a stm32-discovery board and got the Blinky project working using MDK 4.70 without much hassle. Now I'd like to get printf() working on one of the 3 USARTs (don't care which one)...
  • printf and RTX on STM32 (CM3)
    Hello everyone, I am trying to use printf via ITM-Port (Debug (printf) Viewer) within an RTX-Application on a STM32F103. Here is what happens: The message is written to the viewer window...
  • STM32F103VCT USART2 False Reception issue
    Hi, I would need 3 USARTs for a project (I am using stm32f103vct6 microcontroller). One USART is already functional properly which is USART1. I am trying same with USART2. Transmit is working fine...
  • printf()
    hai.... I am trying to learn ARM processor.I am using the example programs an i have a MCB 2100 board.My question is that whether i can use printf() statements in the programs.