Posted on October 01, 2012 at 09:55Hello, I try to use the usart1 pa9 as tx and pa10 as rx with the following code /* Enable GPIO clock */ RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE); //PA9 ,PA10 /* Enable USART clock */ RCC_APB2PeriphC...
Posted on October 02, 2012 at 06:22Thanks Clive, that makes it easier to see. Both versions work now (key and continuous) I elimiated same fiddling with port a which was above the code i posted. Thanks tom