资源简介
lpc1768 串口(uart)(包括DMA)等各种程序
代码片段和文件信息
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.LTD.
**
** http://www.embedtools.com
**
**--------------File Info---------------------------------------------------------------------------------
** File name: rt_sys_c.c
** Latest modified Date: 2009-06-01
** Latest Version: 1.0
** Descriptions: 目标板部分实时库函数代码
**
**--------------------------------------------------------------------------------------------------------
** Created by: Chenmingji
** Created date: 2009-06-01
** Version: 1.0
** Descriptions: The original version
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#include “..\..\config.h“
#include
/*********************************************************************************************************
以下为一些与系统相关的库函数的实现
具体作用请ads的参考编译器与库函数手册
用户可以根据自己的要求修改
*********************************************************************************************************/
/*********************************************************************************************************
The implementations for some library functions
For more details please refer to the ADS compiler handbook and The library
function manual
User could change it as needed
*********************************************************************************************************/
#include
#include
#include
#include
#pragma import(__use_no_semihosting_swi)
/*********************************************************************************************************
调整半主库相关函数
*********************************************************************************************************/
/*********************************************************************************************************
** Function name: _sys_exit
** Descriptions: 返回初始堆栈和堆的位置,一般用汇编实现
** input parameters: 手册未作详细说明
** output parameters: none
** Returned value: r0: 堆基址
** r1: 堆栈基址,即堆栈区中的最高地址
** r2: 堆限制
** r3: 堆栈限制,即堆栈区中的最低地址
*********************************************************************************************************/
#if 0
__value_in_regs struct __initial_stackheap __user_initial_stackheap (unsigned R0
unsigned SP
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-08-19 20:55 UART0\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\
目录 0 2014-03-01 13:50 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\
文件 5914 2009-08-28 14:48 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.Uv2.bak
文件 67861 2014-02-28 16:13 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.map
文件 5371 2009-08-28 14:48 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.opt.bak
文件 73102 2014-03-01 13:50 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.uvopt
文件 34703 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.uvproj
文件 7158 2014-03-01 09:54 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_DebugInFlash.dep
文件 73102 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_uvopt.bak
文件 34740 2014-02-28 14:54 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_uvproj.bak
文件 42621 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Jli
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\USER_CODE\
文件 7103 2014-02-28 16:35 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\USER_CODE\main.c
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\
文件 7377 2009-08-10 16:39 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\LPC1700PinCfg.c
文件 85017 2009-07-27 11:33 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\lpc1700.h
文件 8173 2009-08-27 11:23 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\target.c
文件 3005 2009-07-25 10:55 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\target.h
文件 11455 2009-08-27 11:23 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\vector_table.c
文件 4653 2009-07-23 14:34 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\firmware.h
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\
文件 13639 2009-08-21 10:22 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\zy_if.c
文件 10078 2009-07-25 11:15 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\zy_if.h
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\
文件 265 2009-07-23 09:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\InChip.sct
文件 54888 2009-07-29 10:19 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\LPC1700PinCfg.h
文件 15782 2009-07-24 09:44 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\rt_sys_c.c
文件 1614 2009-07-27 11:15 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\rt_sys_s.s
............此处省略183个文件信息
相关资源
- 非常经典的多线程操作串口
- WIN10 USB-to-serial-串口驱动
- 虚拟串口神器——Virtual Serial Port Dr
- USB以及串口打印机测试软件POS指令集
- stm32 sd卡sdio模式接口读写带串口调试
- STM32F051 SPI DMA操作智能插座
- stm32f407的双通道adc驱动主函数,由定
- 基于STM32F103C8T6的双柄遥控板DMA采样工
- iProTool.zip
- STM32 CUBE空闲中断+DMA双串口透传
- 串口发送蓝牙AT命令
- STM32F103 串口DMA+空闲中断接收
- usb转232串口驱动,08年老版本。带修复
- gps,电子罗盘串口通讯
- 能判断奇偶校验的串口调试助手
- stm32 cubemx hal库 串口收发 中断接收 项
- 串口通信.zip
- zw_Qt通过串口读单片机温度数据画动态
- zw_串口坐标刷新v1.0.zip
- QT5.7串口助手VS2015下开发
- CPort控件包括中文说明书及安装方法
- RT-Thread 串口IAP升级
- 接收串口数据并将数据保存
- LPB120串口转WiFi的实现
- 51单片机与PC串口通信的protues仿真的工
- Qt5串口通信
- 新版dnw支持win10驱动及软件
- 虚拟串口vspd8.0.412含注册码.rar
- MiniBalance上位机所有资料
- CDMA网络邻区检查
评论
共有 条评论