资源简介
MSP430 F5529 代码 例程 含有I2C SPI UART KEY 等等
代码片段和文件信息
/* --COPYRIGHT--BSD_EX
* Copyright (c) 2012 Texas Instruments Incorporated
* All rights reserved.
*
* 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.
*
*******************************************************************************
*
* MSP430 CODE EXAMPLE DISCLAIMER
*
* MSP430 code examples are self-contained low-level programs that typically
* demonstrate a single peripheral function or device feature in a highly
* concise manner. For this the code may rely on the device‘s power-on default
* register values and settings such as the clock configuration and care must
* be taken when combining code from several examples to avoid potential side
* effects. Also see www.ti.com/grace for a GUI- and www.ti.com/msp430ware
* for an API functional library-approach to peripheral configuration.
*
* --/COPYRIGHT--*/
//******************************************************************************
// MSP430F552x Demo - Software Toggle P1.0
//
// Description: Toggle P1.0 by xor‘ing P1.0 inside of a software loop.
// ACLK = 32.768kHz MCLK = SMCLK = default DCO~1MHz
//
// MSP430F552x
// -----------------
// /|\| |
// | | |
// --|RST |
// | |
// | P1.0|-->LED
//
// Bhargavi Nisarga
// Texas Instruments Inc.
// April 2009
// Built with CCSv4 and IAR embedded Workbench Version: 4.21
//**********************************
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7645 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\!Readme.txt
文件 3416 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_1.c
文件 5913 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_01.c
文件 4927 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_02.c
文件 4451 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_05.c
文件 7534 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_06.c
文件 6620 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_07.c
文件 6979 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_08.c
文件 7352 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_09.c
文件 7705 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_adc_10.c
文件 4634 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_01.c
文件 4529 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_02.c
文件 5181 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_03.c
文件 4639 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_04.c
文件 4834 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_05.c
文件 8102 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_compB_06.c
文件 4309 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_dma_01.c
文件 5736 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_dma_02.c
文件 6771 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_dma_03.c
文件 6564 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_dma_04.c
文件 5879 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_flashwrite_01.c
文件 4051 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_flashwrite_02.c
文件 5467 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_flashwrite_03.c
文件 4781 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_LPM3_01.c
文件 3910 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_LPM3_02.c
文件 4147 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_LPM4.c
文件 4724 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_NMI.c
文件 5390 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_OF_LFXT1_nmi.c
文件 3471 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_P1_01.c
文件 4440 2016-08-02 04:00 MSP430F55xx_Code_Examples\C\MSP430F55xx_P1_02.c
............此处省略71个文件信息
- 上一篇:特征选择方法.rar
- 下一篇:echarts湖南省json地图包含个市,县地图
相关资源
- BC95模块代码(For STM8)
- 遗传算法代码
- 聚类识别源代码
- 遥感语义分割代码
- msp430循迹小车
- 安卓计步器源代码
- 颜色传感器ARDUINO代码
- DBN代码注释
- verilog HDB3 代码
- 垃圾邮件过滤系统的详细设计过程及
- 遗传算法路径搜索代码
- 企业人事管理系统(源代码+数据库文
- 2007年全国数模大赛B题代码略改动
- sht75温度传感-c51代码
- 获取dllexe 中的资源图片源代码
- 淘宝秒杀源代码
- 适合初学者借鉴的arduino智能小车代码
- telnet 客户端和服务端源代码
- vue.js点餐app手机触屏滑动分类菜单切
- 非常小的恶搞电脑代码
- c primer plus 第六版源码及习题参考代码
- Unity 安卓串口收发代码
- 几个cuda源代码
- Faster RCNN pytroch代码
- 沪深两市-创业板-中小板-科创板-所有
- SourceInsight 完美的配色方案 theme_Mon
- 寻迹小车代码
- 利用相场法模拟金属晶粒生长的计算
- 冒险岛079代码大全
- 二进制转换为十进制Verilog代码
评论
共有 条评论