[Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/msp430
Msp430DcoSpec.h, 1.1, 1.2
Vlado Handziski
vlahan at users.sourceforge.net
Mon Jul 9 17:24:33 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/msp430
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6336/platforms/eyesIFX/chips/msp430
Modified Files:
Msp430DcoSpec.h
Log Message:
- Set DCO calibrate target back to 4096 binary kHz
- Add new command/event in Msp430ClockInit to enable overriding of the startup values for the DCO calibrate routine
- Modify PlatformC/PlatformP in platform/telosa to use intermediate configuration MoteClockC that can be used to override the default clock initialization via MoteClockP
- Add MoteClockC and MoteClockP in platform/telosb to allow for usage of the DCOR flag / ROSC on tmote sky. The overriding configuration is currently disabled pending closer review of the calibration routine behavior for the new setup and other potential gotchas
Index: Msp430DcoSpec.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/msp430/Msp430DcoSpec.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Msp430DcoSpec.h 5 Apr 2007 06:38:45 -0000 1.1
--- Msp430DcoSpec.h 10 Jul 2007 00:24:31 -0000 1.2
***************
*** 41,45 ****
#define MS430DCOSPEC_H
! #define TARGET_DCO_HZ 4000000 // the cpu clock rate in Hz
!
#endif
--- 41,45 ----
#define MS430DCOSPEC_H
! #define TARGET_DCO_KHZ 3904 // the target MCLK clock rate in binary kHz (4 000 000 Hz)
! #define ACLK_KHZ 32 // the ACLK rate in binary kHz
#endif
More information about the Tinyos-2-commits
mailing list