]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
40kBit were a bit too much
authorandreaskoepke <andreaskoepke>
Mon, 10 Mar 2008 13:59:58 +0000 (13:59 +0000)
committerandreaskoepke <andreaskoepke>
Mon, 10 Mar 2008 13:59:58 +0000 (13:59 +0000)
tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h

index 9093ba4b41aeab34f60f042b13c7502ce0beb56f..7826d2b7c465cfa2570dcb4f9f0f4e3ea6e5299a 100644 (file)
@@ -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"