X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2Fchips%2Ftda5250%2Ftda5250BusResourceSettings.h;h=327c0ea002068fb352b12818b4cea9a2ffbeff18;hb=519c19dd71e2e0792e6cacc60e4eb333671d7816;hp=7826d2b7c465cfa2570dcb4f9f0f4e3ea6e5299a;hpb=c5c6a7c5325b10fc6c15fc3c7a80f7c10a059f56;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h index 7826d2b7..327c0ea0 100644 --- a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h +++ b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h @@ -44,13 +44,10 @@ enum { divide by 18 -> 1004976 Hz */ #ifndef TDA5250_UART_BAUDRATE -#define TDA5250_UART_BAUDRATE 32768U +#define TDA5250_UART_BAUDRATE 23405U #endif enum { - /** for reference, not recommended for new experiments */ - UBR_1MHZ_35108=0x001C, UMCTL_1MHZ_35108=0xAA, // 35108 bit/s - /** use real frequency, use only settings that result in an even byte time */ UBR_1MHZ_10240=0x0062, UMCTL_1MHZ_10240=0x08, // 10240 bit/s UBR_1MHZ_10922=0x005C, UMCTL_1MHZ_10922=0x00, // 10922 bit/s @@ -64,9 +61,7 @@ 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"