资源简介
基于ARM7TDMI和SIM100模块的无线传输程序,包括拨号,接听,挂机,发短信功能。

代码片段和文件信息
/*
** Copyright (C) ARM Limited 2001. All rights reserved.
*/
/*
** This implements a ‘retarget‘ layer for low-level IO. Typically this
** would contain your own target-dependent implementations of fputc()
** ferror() etc.
**
** This example provides implementations of fputc() ferror()
** _sys_exit() _ttywrch() and __user_initial_stackheap().
**
** Here semihosting SWIs are used to display text onto the console
** of the host debugger. This mechanism is portable across ARMulator
** Angel Multi-ICE and embeddedICE.
**
** Alternatively to output characters from the serial port of an
** ARM Integrator Board (see serial.c) use:
**
** #define USE_SERIAL_PORT
**
** or compile with
**
** -DUSE_SERIAL_PORT
*/
#include
#include
struct __FILE { int handle; /* Add whatever you need here */};
FILE __stdout;
extern unsigned int bottom_of_heap; /* defined in heap.s */
int fputc(int ch FILE *f)
{
/* Place your implementation of fputc here */
/* e.g. write a character to a UART or to the */
/* debugger console with SWI WriteC */
return ch;
}
int ferror(FILE *f)
{ /* Your implementation of ferror */
return EOF;
}
void _sys_exit(int return_code)
{
for(;;);
}
void _ttywrch(int ch)
{
}
__value_in_regs struct __initial_stackheap __user_initial_stackheap(
unsigned R0 unsigned SP unsigned R2 unsigned SL)
{
struct __initial_stackheap config;
config.heap_base = (unsigned int)&bottom_of_heap; // defined in heap.s
// placed by scatterfile
config.stack_base = SP; // inherit SP from the execution environment
return config;
}
/*
Below is an equivalent example assembler version of __user_initial_stackheap.
It will be entered with the value of the stackpointer in r1 (as set in init.s)
this does not need to be changed and so can be passed unmodified out of the
function.
IMPORT bottom_of_heap
EXPORT __user_initial_stackheap
__user_initial_stackheap
LDR r0=bottom_of_heap
MOV pclr
*/
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 153079 2005-04-22 09:14 GPRS实验\Exp3.mcp
文件 3374 2007-05-10 10:08 GPRS实验\Exp3_Data\CWSettingsWindows.stg
文件 224 2005-04-22 09:14 GPRS实验\init\heap.s
文件 1921 2005-04-22 09:14 GPRS实验\init\isr_address.s
文件 10303 2005-04-22 09:14 GPRS实验\init\readme.txt
文件 2212 2005-04-22 09:14 GPRS实验\init\retarget.c
文件 1585 2005-04-22 09:14 GPRS实验\init\scat_ram.scf
文件 1575 2005-04-22 09:14 GPRS实验\init\scat_rom.scf
文件 393 2005-04-22 09:14 GPRS实验\init\stack.s
文件 15467 2005-04-22 09:14 GPRS实验\STARTUP\44B.H
文件 11694 2005-04-22 09:14 GPRS实验\STARTUP\44BINIT.S
文件 879 2005-04-22 09:14 GPRS实验\STARTUP\BITOPS.H
文件 444 2005-04-22 09:14 GPRS实验\STARTUP\DEF.H
文件 29 2005-04-22 09:14 GPRS实验\STARTUP\EXIO.c
文件 399 2005-04-22 09:14 GPRS实验\STARTUP\EXIO.h
文件 2274 2005-04-22 09:14 GPRS实验\STARTUP\GPRS.C
文件 181 2005-04-22 09:14 GPRS实验\STARTUP\GPRS.h
文件 1078 2005-04-22 09:14 GPRS实验\STARTUP\ISR.c
文件 1198 2005-04-22 09:14 GPRS实验\STARTUP\ISR.H
文件 800 2005-04-22 09:14 GPRS实验\STARTUP\KeyBoard.c
文件 89 2005-04-22 09:14 GPRS实验\STARTUP\KeyBoard.h
文件 13274 2005-04-22 09:14 GPRS实验\STARTUP\LCD320.c
文件 940 2005-04-22 09:14 GPRS实验\STARTUP\lcd320.h
文件 1728 2005-04-22 09:14 GPRS实验\STARTUP\Main.c
文件 1005 2005-04-22 09:14 GPRS实验\STARTUP\Main4.c
文件 164 2005-04-22 09:14 GPRS实验\STARTUP\Maro.h
文件 3523 2005-04-22 09:14 GPRS实验\STARTUP\MEMCFG.S
文件 1873 2005-04-22 09:14 GPRS实验\STARTUP\MyUart.c
文件 229 2005-04-22 09:14 GPRS实验\STARTUP\MyUart.h
文件 1544 2005-04-22 09:14 GPRS实验\STARTUP\OPTION.H
............此处省略15个文件信息
- 上一篇:用VC opengl 绘制的一个房屋轮廓
- 下一篇:图的深度优先遍历算法源码
相关资源
- bp神经网络源代码,可直接运行
- 仿知乎界面小程序源代码
- 贪吃蛇源代码.fla
- IAR For ARM 7.3最新注册机
- 郭天祥ARM9视频教程
- IAR ARM 7.8破解
- IAR For ARM V5.5 注册机
- IAR for ARM 7.40 破解
- IAR For ARM 7.4 破解
- dotnet 写字板 实验 源代码 不好请要不
- 图像二维小波变换的实现源代码
- 八三编码器设计 VHDL代码 简单,包附
- linux应用层的华容道游戏源代码
- 网上拍卖系统完整源代码
- CSMA/CD等动画演示加源代码
- silicon lab公司的收音IC SI47XX全套开发工
- 合同管理系统的源代码(附数据库)
- 用VC 编写的仿QQ聊天室程序源代码
- STM32F103 串口程序(完整版)
- VPC3_DPV1源代码,Profibus
- PB做的托盘程序(最小化后在左下角显
- GPRS(MC35型号)的发送短信程序
- 透明加密源码及说明
- arm触摸屏与LCD校准程序三点校准法
- 排队机叫号 源代码
- 五子棋C 源代码
- CAD LISP24个源代码
- 二叉树基本操作源代码
- 推箱子及人工智能寻路C 源代码
- opengl轮廓字体源代码
评论
共有 条评论