Question
STM32F2 USART IDLE Detection
Posted on June 30, 2012 at 15:22
Hello,
I'am using two STM32F207IG with the UART1's configured as RS232 (8n1,115200, no flowcontrol, asynch) connected via null-modem.Each 10 �s the master sends a byte to the slave (status bit USART_SR_TC is set).My problem:Only at every second received byte the status bit USART_SR_IDLE is set.I can't fix, if this a a problem of the master/transmitter of slave/receiver.Regards,Holger #usart-uart