资源简介
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地图包含个市,县地图
相关资源
- bp神经网络源代码,可直接运行
- 随机森林R语言代码
- 计算机图形学 边填充算法实现代码
- 直流无刷电机方波驱动 stm32 例程代码
- 仿知乎界面小程序源代码
- 贪吃蛇源代码.fla
- IAR for MSP430 v7.10.1 注册机
- 周立功开发板ProASIC3实验-syn_FIFO代码
- IMX385驱动代码.zip
- 基于MSP430G2553的蓝牙控制小车
- dotnet 写字板 实验 源代码 不好请要不
- 图像二维小波变换的实现源代码
- 八三编码器设计 VHDL代码 简单,包附
- linux应用层的华容道游戏源代码
- 交通咨询模拟系统完整代码
- http请求状态代码
- 数值分析所有实验代码
- 利用DS1302和msp430进行闹钟和万年历的
- 网上拍卖系统完整源代码
- 音乐代码转换软件 单片机编程时用
- CSMA/CD等动画演示加源代码
- silicon lab公司的收音IC SI47XX全套开发工
- 用51单片机实现G代码翻译
- 合同管理系统的源代码(附数据库)
- 用VC 编写的仿QQ聊天室程序源代码
- web班级网站设计代码
- msp430F149操作红外接收模块源码
- 38k单片机红外发送代码、keil
- STM32F103 串口程序(完整版)
- 网络唤醒代码
评论
共有 条评论