• 大小: 17.59MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-08
  • 语言: C/C++
  • 标签: MSP430  单片机  

资源简介

最新版TI公司超低功耗单片机MSP-EXP430F5529真的很强大!不信,您就看看这些例程就知道了!只要您有一定的C语言基础,相信您一定能看懂的!

资源截图

代码片段和文件信息

//***************************************************************************//
//                                                                           //
//                         MSP-EXP430F5529 LAB CODE                          //
//                                                                           //
//                               lab1 - CLOCK                                //
//                                                                           //
//***************************************************************************//
/*******************************************************************************
 *
 *  Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 *  Redistribution and use in source and binary forms with or without
 *  modification are permitted provided that the following conditions
 *  are met:
 *
 *    Redistributions of source code must retain the above copyright
 *    notice this list of conditions and the following disclaimer.
 *
 *    Redistributions in binary form must reproduce the above copyright
 *    notice this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the
 *    distribution.
 *
 *    Neither the name of Texas Instruments Incorporated nor the names of
 *    its contributors may be used to endorse or promote products derived
 *    from this software without specific prior written permission.
 *
 *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 *  “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
 *  LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
 *  SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
 *  LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
 *  DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 *  THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
 *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 *  OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 ******************************************************************************/
#include 
#include “msp430.h“
#include “HAL_Buttons.h“
#include “HAL_Board.h“
#include “HAL_Dogs102x6.h“
#include “HAL_Menu.h“
#include “HAL_Wheel.h“
#include “lab1.h“

#define HOUR10    (0)
#define HOUR01    (1)
#define COLON2    (2)
#define MINUTE10  (3)
#define MINUTE01  (4)
#define COLON1    (5)
#define SECOND10  (6)
#define SECOND01  (7)

#define MONTH10   (0)
#define MONTH01   (1)
#define SLASH2    (2)
#define DAY10     (3)
#define DAY01     (4)
#define SLASH1    (5)
#define YEAR10    (6)
#define YEAR01    (7)

#define TIME_OUT        10

// This image has 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-09-10 13:18  MSP-EXP430F5529 LAB CODE\
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\
     文件         490  2012-02-20 16:48  MSP-EXP430F5529 LAB CODE\LAB1\.ccsproject
     文件       29091  2012-07-20 17:04  MSP-EXP430F5529 LAB CODE\LAB1\.cproject
     文件        2569  2012-07-18 21:32  MSP-EXP430F5529 LAB CODE\LAB1\.project
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\.settings\
     文件          93  2012-08-28 22:50  MSP-EXP430F5529 LAB CODE\LAB1\.settings\org.eclipse.cdt.codan.core.prefs
     文件         154  2012-02-20 16:48  MSP-EXP430F5529 LAB CODE\LAB1\.settings\org.eclipse.cdt.debug.core.prefs
     文件        3137  2012-08-20 08:16  MSP-EXP430F5529 LAB CODE\LAB1\.settings\org.eclipse.core.resources.prefs
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\CTS\
     文件       64455  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\CTS_HAL.c
     文件        4004  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\CTS_HAL.h
     文件       29899  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\CTS_layer.c
     文件        5034  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\CTS_layer.h
     文件        2283  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\structure.c
     文件       15447  2011-05-27 04:41  MSP-EXP430F5529 LAB CODE\LAB1\CTS\structure.h
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\Debug\
     文件         336  2012-09-08 09:57  MSP-EXP430F5529 LAB CODE\LAB1\Debug\ccsObjs.opt
     文件          51  2012-09-08 09:57  MSP-EXP430F5529 LAB CODE\LAB1\Debug\ccsSrcs.opt
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\
     文件       74060  2012-08-22 17:07  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1.map
     文件       51063  2012-08-22 17:07  MSP-EXP430F5529 LAB CODE\LAB1\Debug\lab1.obj
     文件      202094  2012-08-22 17:07  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1.out
     文件        1543  2012-08-22 17:07  MSP-EXP430F5529 LAB CODE\LAB1\Debug\lab1.pp
     文件        7615  2012-08-22 14:40  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1main.obj
     文件        2575  2012-08-22 14:41  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1main.pp
     文件          66  2012-07-20 11:53  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\ccsSrcs.opt
     目录           0  2012-09-10 13:17  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\CTS\
     文件          76  2012-07-20 11:53  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\CTS\ccsSrcs.opt
     文件        5836  2012-07-20 11:53  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\CTS\subdir_rules.mk
     文件         864  2012-07-20 11:53  MSP-EXP430F5529 LAB CODE\LAB1\Debug\LAB1\CTS\subdir_vars.mk
............此处省略1345个文件信息

评论

共有 条评论