Posted on July 03, 2014 at 03:58HI I am using STM32F051K4T6 to test usart function. which i can receive only one byte data from my PC serial tool when debugging in CooCox IDE when send only one byte from pc its ok i can enter the interrupt bu...
Posted on July 03, 2014 at 05:28
yes this is my first time sent a discussion here .
void USART1_IRQHandler(void)
{
/* USART in mode Tramitter -------------------------------------------------*/
if (USART_GetITStatus(USART1, USART_IT_T...