Hi,
i own an stm32f103 Board. USART1 is configured as TX via DMA and RX Polling.
I tried to configure the USART2 port TX polling and RX polling.
Confusing thing is that after sending on char to console the board resets in loop and the Console of USART2 prints after each reset a square symbol.
Configuration of USART2:
send routine:
and in main i call u2_putchar(4); Without this call evrything works.
Last edited by primagen (2011-09-12 16:07:39)