[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250 tda5250RegDefaultSettings.h, 1.7, 1.8 tda5250BusResourceSettings.h, 1.7, 1.8

akoepke andreaskoepke at users.sourceforge.net
Wed Feb 13 02:34:30 PST 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10689/chips/tda5250

Modified Files:
	tda5250RegDefaultSettings.h tda5250BusResourceSettings.h 
Log Message:
increase link speed, needs different setting for data filter


Index: tda5250RegDefaultSettings.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250/tda5250RegDefaultSettings.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tda5250RegDefaultSettings.h	6 Aug 2007 12:56:56 -0000	1.7
--- tda5250RegDefaultSettings.h	13 Feb 2008 10:34:28 -0000	1.8
***************
*** 70,79 ****
  
  // choose one
! #define INITIAL_RF_POWER RF_HITX_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              0x68 
  #define TDA5250_REG_DEFAULT_SETTING_ON_TIME          0xFEC0
  #define TDA5250_REG_DEFAULT_SETTING_OFF_TIME         0xF380
--- 70,79 ----
  
  // choose one
! #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              0x98 
  #define TDA5250_REG_DEFAULT_SETTING_ON_TIME          0xFEC0
  #define TDA5250_REG_DEFAULT_SETTING_OFF_TIME         0xF380

Index: tda5250BusResourceSettings.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** tda5250BusResourceSettings.h	3 Aug 2007 12:06:34 -0000	1.7
--- tda5250BusResourceSettings.h	13 Feb 2008 10:34:28 -0000	1.8
***************
*** 44,50 ****
      // real milli seconds
      UBR_1MHZ_23405=0x002A,  UMCTL_1MHZ_23405=0xDD, // 23405 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} };
  
  #endif
--- 44,51 ----
      // 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_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



More information about the Tinyos-2-commits mailing list