comparison chipsetsw/drivers/drv_core/uart/uart.c @ 23:b700c3cdd224

Trace UART driver: set 812500 baud instead of 406250 to make ext LCD out "work"
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 07 Sep 2015 00:23:04 +0000
parents 509db1a7b7b8
children
comparison
equal deleted inserted replaced
22:89f63833708e 23:b700c3cdd224
298 * DLL (LSB) and DLH (MSB) registers values using the 13 MHz clock. 298 * DLL (LSB) and DLH (MSB) registers values using the 13 MHz clock.
299 */ 299 */
300 300
301 static const SYS_UWORD8 dll[] = 301 static const SYS_UWORD8 dll[] =
302 { 302 {
303 2, /* 406250 baud. */ 303 1, /* 812500 baud. */ /* FreeCalypso hack for external LCD out */
304 7, /* 115200 baud. */ 304 7, /* 115200 baud. */
305 14, /* 57600 baud. */ 305 14, /* 57600 baud. */
306 21, /* 38400 baud. */ 306 21, /* 38400 baud. */
307 24, /* 33900 baud. */ 307 24, /* 33900 baud. */
308 28, /* 28800 baud. */ 308 28, /* 28800 baud. */