]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
increase link speed, needs different setting for data filter
authorandreaskoepke <andreaskoepke>
Wed, 13 Feb 2008 10:34:28 +0000 (10:34 +0000)
committerandreaskoepke <andreaskoepke>
Wed, 13 Feb 2008 10:34:28 +0000 (10:34 +0000)
tos/platforms/eyesIFX/chips/msp430/Msp430DcoSpec.h
tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h
tos/platforms/eyesIFX/chips/tda5250/tda5250RegDefaultSettings.h

index 89f4ebb984d2e62ea5a4a42cc4dd8a517a11983a..ae6c97c8eb383aa1f7b7f203628b56db771e4f29 100644 (file)
@@ -40,6 +40,6 @@
 #ifndef MS430DCOSPEC_H
 #define MS430DCOSPEC_H
 
-#define TARGET_DCO_KHZ 3904 // the target MCLK clock rate in binary kHz (4 000 000 Hz)
+#define TARGET_DCO_KHZ 3906 // the target MCLK clock rate in binary kHz (4 000 000 Hz)
 #define ACLK_KHZ 32 // the ACLK rate in binary kHz
 #endif
index f88c1a361498f4e6c982d53fd059dd1f8520642e..a4ab9cc1e9eb25b3ae7f245db43f6f728b56f4ee 100644 (file)
@@ -43,8 +43,9 @@ enum {
 enum {
     // real milli seconds
     UBR_1MHZ_23405=0x002A,  UMCTL_1MHZ_23405=0xDD, // 23405 bit/s
+    UBR_1MHZ_35108=0x001C,  UMCTL_1MHZ_35108=0xAA, // 35108 bit/s    
 };
 
-msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_23405, umctl: UMCTL_1MHZ_23405, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie:0, urxwie: 0, urxe: 1, utxe: 0} };
+msp430_uart_union_config_t tda5250_uart_config = { {ubr: UBR_1MHZ_35108, umctl: UMCTL_1MHZ_35108, ssel: 0x02, pena: 0, pev: 0, spb: 0, clen: 1, listen: 0, mm: 0, ckpl: 0, urxse: 0, urxeie:0, urxwie: 0, urxe: 1, utxe: 0} };
 
 #endif
index 6f8c87549b6f7b97af297f8625a3a4d0a6444714..3c13b591722185d43273e2f41f2b374900723bd5 100644 (file)
 #define RF_LOTX_DAMPING_17dB 30
 
 // choose one
-#define INITIAL_RF_POWER RF_HITX_DAMPING_0dB
+#define INITIAL_RF_POWER RF_LOTX_DAMPING_0dB
 
 #define TDA5250_REG_DEFAULT_SETTING_CONFIG           FULL_RANGE
 #define TDA5250_REG_DEFAULT_SETTING_FSK              0x0A0C
 #define TDA5250_REG_DEFAULT_SETTING_XTAL_TUNING      0x0012
-#define TDA5250_REG_DEFAULT_SETTING_LPF              0x6
+#define TDA5250_REG_DEFAULT_SETTING_LPF              0x9
 #define TDA5250_REG_DEFAULT_SETTING_ON_TIME          0xFEC0
 #define TDA5250_REG_DEFAULT_SETTING_OFF_TIME         0xF380
 #define TDA5250_REG_DEFAULT_SETTING_COUNT_TH1        0x0000