Statistics: Posted by AlOdin — Fri Oct 31, 2014 10:36 pm
Statistics: Posted by igrr — Fri Oct 31, 2014 4:32 pm
Statistics: Posted by AlOdin — Fri Oct 31, 2014 3:23 pm
Code:
uart_div_modify(uart_no, UART_CLK_FREQ / (Your_baut_rate));
Code:
SET_PERI_REG_MASK(UART_CONF0(uart_no), UART_RXFIFO_RST | UART_TXFIFO_RST);
CLEAR_PERI_REG_MASK(UART_CONF0(uart_no), UART_RXFIFO_RST | UART_TXFIFO_RST);
Statistics: Posted by costaud — Thu Oct 30, 2014 2:10 am
Statistics: Posted by AlOdin — Tue Oct 28, 2014 2:13 pm