[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250 Tda5250RadioP.nc, 1.5, 1.6

akoepke andreaskoepke at users.sourceforge.net
Wed Apr 4 23:38:47 PDT 2007


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

Modified Files:
	Tda5250RadioP.nc 
Log Message:
switch to metric MHz for SMCLK, adjust constants, include SmclkManager
reduce baud rate for radio -- it can not handle more than 23kBit/s with a
50kHz frequency shift


Index: Tda5250RadioP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/Tda5250RadioP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Tda5250RadioP.nc	10 Mar 2007 22:01:58 -0000	1.5
--- Tda5250RadioP.nc	5 Apr 2007 06:38:45 -0000	1.6
***************
*** 138,144 ****
              case RADIO_MODE_ON_TRANSITION:
                  call HplTda5250Config.reset();
!                 // call HplTda5250Config.SetRFPower(240);
                  // call HplTda5250Config.SetClockOnDuringPowerDown();
-                 call HplTda5250Config.SetRFPower(255);
                  call ConfigResource.release();
                  atomic radioMode = RADIO_MODE_ON;
--- 138,143 ----
              case RADIO_MODE_ON_TRANSITION:
                  call HplTda5250Config.reset();
!                 call HplTda5250Config.SetRFPower(INITIAL_RF_POWER);
                  // call HplTda5250Config.SetClockOnDuringPowerDown();
                  call ConfigResource.release();
                  atomic radioMode = RADIO_MODE_ON;



More information about the Tinyos-2-commits mailing list