From: andreaskoepke Date: Mon, 10 Mar 2008 13:59:58 +0000 (+0000) Subject: 40kBit were a bit too much X-Git-Tag: release_tinyos_2_1_0_0~488 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=87527a5567de71be4f08f36303a750d630c1279b 40kBit were a bit too much --- diff --git a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h index 9093ba4b..7826d2b7 100644 --- a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h +++ b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h @@ -44,7 +44,7 @@ enum { divide by 18 -> 1004976 Hz */ #ifndef TDA5250_UART_BAUDRATE -#define TDA5250_UART_BAUDRATE 40960U +#define TDA5250_UART_BAUDRATE 32768U #endif enum { @@ -64,7 +64,9 @@ enum { UBR_1MHZ_23405=0x002A, UMCTL_1MHZ_23405=0x7F, // 23405 bit/s UBR_1MHZ_27306=0x0024, UMCTL_1MHZ_27306=0x7B, // 27306 bit/s UBR_1MHZ_32768=0x001E, UMCTL_1MHZ_32768=0x5B, // 32768 bit/s +/** too much for only 50kHz frequency hub UBR_1MHZ_40960=0x0018, UMCTL_1MHZ_40960=0x55, // 40960 bit/s +*/ }; #include "eyesIFXBaudrates.h"