MSP430f5529官方例程全面.zip


本人在学习MSP430f5529当中的一些资料和心得吧,希望能够给大家一些提示和帮助 里面有一些基础的例程
资源截图
代码片段和文件信息
//***************************************************************************//
//                                                                           //
//                         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  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1
     文件         490  2012-02-20 16:48  MSP-EXP430F5529 例程LAB1.ccsproject
     文件       29091  2012-07-20 17:04  MSP-EXP430F5529 例程LAB1.cproject
     文件        2569  2012-07-18 21:32  MSP-EXP430F5529 例程LAB1.project
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1.settings
     文件          93  2012-08-28 22:50  MSP-EXP430F5529 例程LAB1.settingsorg.eclipse.cdt.codan.core.prefs
     文件         154  2012-02-20 16:48  MSP-EXP430F5529 例程LAB1.settingsorg.eclipse.cdt.debug.core.prefs
     文件        3137  2012-08-20 08:16  MSP-EXP430F5529 例程LAB1.settingsorg.eclipse.core.resources.prefs
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1CTS
     文件       64455  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSCTS_HAL.c
     文件        4004  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSCTS_HAL.h
     文件       29899  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSCTS_layer.c
     文件        5034  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSCTS_layer.h
     文件        2283  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSstructure.c
     文件       15447  2011-05-27 04:41  MSP-EXP430F5529 例程LAB1CTSstructure.h
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1Debug
     文件         336  2012-09-08 09:57  MSP-EXP430F5529 例程LAB1DebugccsObjs.opt
     文件          51  2012-09-08 09:57  MSP-EXP430F5529 例程LAB1DebugccsSrcs.opt
     文件       74060  2012-08-22 17:07  MSP-EXP430F5529 例程LAB1DebugLAB1.map
     文件       51063  2012-08-22 17:07  MSP-EXP430F5529 例程LAB1Debuglab1.obj
     文件      202094  2012-08-22 17:07  MSP-EXP430F5529 例程LAB1DebugLAB1.out
     文件        1543  2012-08-22 17:07  MSP-EXP430F5529 例程LAB1Debuglab1.pp
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1DebugLAB1
     文件          66  2012-07-20 11:53  MSP-EXP430F5529 例程LAB1DebugLAB1ccsSrcs.opt
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1DebugLAB1CTS
     文件          76  2012-07-20 11:54  MSP-EXP430F5529 例程LAB1DebugLAB1CTSccsSrcs.opt
     文件        5836  2012-07-20 11:54  MSP-EXP430F5529 例程LAB1DebugLAB1CTSsubdir_rules.mk
     文件         864  2012-07-20 11:54  MSP-EXP430F5529 例程LAB1DebugLAB1CTSsubdir_vars.mk
     目录           0  2018-03-26 13:26  MSP-EXP430F5529 例程LAB1DebugLAB1Debug
     文件          56  2012-07-20 11:54  MSP-EXP430F5529 例程LAB1DebugLAB1DebugccsSrcs.opt
     文件         289  2012-07-20 11:54  MSP-EXP430F5529 例程LAB1DebugLAB1Debugsubdir_rules.mk
............此处省略975个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)