Posted on May 17, 2011 at 09:45Quote:On 28-07-2007 at 17:38, Anonymous wrote: Nobody know answer to my question or nobody carry similar problem? You are probably right! Moderators not often give answers in this conference (are probably too occupied...
Posted on May 17, 2011 at 09:45Quote:The busy flag can only polled outside the interrupt function in the application. OK. In this case you should use buffer FIFO and fill data in it in process of a transmitting on interruption. The basic program wi...
Posted on May 17, 2011 at 09:45Hi! Try to use this: while(UART_GetFlagStatus(UART0, UART_FLAG_Busy)); & RTFM!!! BUSY: UART Busy If this bit is set to 1, the UART is busy transmitting data. This bit remains set until the complete byte, including all...