-
大小: 4.21MB文件类型: .rar金币: 2下载: 0 次发布日期: 2023-09-15
- 语言: 其他
- 标签: MSP430F5529 底层 IAR 德州仪器
资源简介
德州仪器MSP430系列F5529芯片的IAR工程,里面包含众多底层程序包括PWM、ADC、GPIO、SFR、UART、SPI、IIC、WDT、DMA等
![](http://www.nz998.com/pic/38371.jpg)
代码片段和文件信息
/*******************************************************************************
*
* This is a template for early application low-level initialization.
*
* The following license agreement applies to linker command files
* example projects (unless another license is explicitly stated) the
* cstartup code low_level_init.c and some other low-level runtime
* library files.
*
*
* Copyright 2013 IAR Systems AB.
*
* This source code is the property of IAR Systems. The source code may only
* be used together with the IAR embedded Workbench. Redistribution and use
* in source and binary forms with or without modification is permitted
* provided that the following conditions are met:
*
* - Redistributions of source code in whole or in part must retain the
* above copyright notice this list of conditions and the disclaimer below.
*
* - IAR Systems name may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THE SOFTWARE IS PROVIDED “AS IS“ AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE DATA OR PROFITS WHETHER IN AN
* ACTION OF CONTRACT NEGLIGENCE OR OTHER TORTIOUS ACTION ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
******************************************************************************/
/*
* The function __low_level_init it called by the start-up code before
* “main“ is called and before data segment initialization is
* performed.
*
* This is a template file modify to perform any initialization that
* should take place early.
*
* The return value of this function controls if data segment
* initialization should take place. If 0 is returned it is bypassed.
*
* For the MSP430 microcontroller family please consider disabling
* the watchdog timer here as it could time-out during the data
* segment initialization.
*/
#include
#include “msp430.h“
int __low_level_init(void)
{
/* Insert your low-level initializations here */
WDTCTL = WDTPW | WDTHOLD;
/*
* Return value:
*
* 1 - Perform data segment initialization.
* 0 - Skip data segment initialization.
*/
return 1;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 63208 2014-08-01 23:10 IAR\Backup (2) of simpleUsbBackchannel.ewp
文件 20159 2014-01-03 07:19 IAR\Backup of simpleUsbBackchannel.ewd
文件 58581 2014-01-03 07:19 IAR\Backup of simpleUsbBackchannel.ewp
文件 161461 2019-07-21 21:46 IAR\Debug\Exe\simpleUsbBackchannel.d43
文件 359204 2019-07-21 21:45 IAR\Debug\Obj\BCUart.pbi
文件 10555 2014-08-01 23:11 IAR\Debug\Obj\BCUart.pbi.cout
文件 10994 2019-07-21 21:45 IAR\Debug\Obj\BCUart.pbi.xcl
文件 20909 2019-07-21 21:46 IAR\Debug\Obj\BCUart.r43
文件 395043 2019-07-21 21:45 IAR\Debug\Obj\desc
文件 10571 2014-08-01 23:11 IAR\Debug\Obj\desc
文件 11010 2019-07-21 21:45 IAR\Debug\Obj\desc
文件 19245 2019-07-21 21:46 IAR\Debug\Obj\desc
文件 644345 2019-07-21 21:45 IAR\Debug\Obj\dma.pbi
文件 10577 2014-08-01 23:10 IAR\Debug\Obj\dma.pbi.cout
文件 11016 2019-07-21 21:45 IAR\Debug\Obj\dma.pbi.xcl
文件 22409 2019-07-21 21:46 IAR\Debug\Obj\dma.r43
文件 636522 2019-07-21 21:45 IAR\Debug\Obj\flash.pbi
文件 10579 2014-08-01 23:10 IAR\Debug\Obj\flash.pbi.cout
文件 11018 2019-07-21 21:45 IAR\Debug\Obj\flash.pbi.xcl
文件 23823 2019-07-21 21:46 IAR\Debug\Obj\flash.r43
文件 660019 2019-07-21 21:45 IAR\Debug\Obj\gpio.pbi
文件 10578 2014-08-01 23:10 IAR\Debug\Obj\gpio.pbi.cout
文件 11017 2019-07-21 21:45 IAR\Debug\Obj\gpio.pbi.xcl
文件 104752 2019-07-21 21:46 IAR\Debug\Obj\gpio.r43
文件 681546 2019-07-21 21:45 IAR\Debug\Obj\hal.pbi
文件 10552 2014-08-01 23:11 IAR\Debug\Obj\hal.pbi.cout
文件 10991 2019-07-21 21:45 IAR\Debug\Obj\hal.pbi.xcl
文件 22148 2019-07-21 21:46 IAR\Debug\Obj\hal.r43
文件 323350 2019-07-21 21:45 IAR\Debug\Obj\low_level_init.pbi
文件 10567 2014-08-01 23:11 IAR\Debug\Obj\low_level_init.pbi.cout
............此处省略104个文件信息
- 上一篇:软件工程概论 软件工程
- 下一篇:ov5640寄存器设置完整版
相关资源
- IAR For ARM 7.3最新注册机
- IAR7.20H破解机注册机
- IAR ARM 7.8破解
- IAR 7.80.4的安装包
- IAR for MSP430 v7.10.1 注册机
- IAR-Keygen-2019+附使用教程.zip
- IAR 7.3 注册机
- IAR For ARM V5.5 注册机
- IAR for ARM 7.40 破解
- IAR For ARM 7.4 破解
- vc利用MFC底层开发的二维GIS管理软件,
- MAX5417底层代码和资料
- Xilinx FPGA底层资源架构与设计规范
- STM8S例程,基于IAR下的STM8S例程
- 在IAR环境下,lpc1788用户程序的地址及
- IAR破解已验证可破解最新版本EWARM-C
- 手性摄动理论中有魅力和底层矢量介
- 最新IAR 6.3破解
- IAR 全系列软件注册机(20100615)
- IAR EW430连接仿真器在线仿真
- Synthesis and photophysical properties of star
- IAR各个版本最新版注册机含安装文档
- 烧制道路测设大师加密狗写狗工具及
- MSP430F5529移植modbus
- MSP430F5529 例程源码
- ARM-Cortex-M底层技术
- IAR Offline License Generator v1.4 by unis
- iar 工程转成vs2010工程
- 底层工作者手册之嵌入式操作系统内
- STM8L051 低功耗运行模式 库函数例程
评论
共有 条评论