??? 04/01/07 01:32 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#136350 - UART(s) of SiLabs F32x and F34x Responding to: ???'s previous message |
Are both UARTs the same, or is one more "8051-like" than the other? A brief summary of the UART(s) on SiLabs C8051F32x and C8051F34x 'F32x - single UART - UART0 'F34x - dual UART - UART0, UART1 (just for 'F340/1/4/5, others single UART) UART0 - common to 'F32x and 'F34x "8051-like", but the difference is - just 8/9 bits variable mode (mode 1/3), no synchronous mode (mode 0/2) UART1 - just for 'F340/1/4/5 "PC UART-like" - no synchronous mode - support 5/6/7/8 data bits - support parity bit - support 1/2 stop bits - overrun/parity error check - dedicated baudrate generator Tsuneo |