资源简介
里面包含有C8051F020的初始化头文件和初始化函数,拿来就可以直接用,我用020很久了,用的都是这个头文件。
代码片段和文件信息
#include “C8051F020Init.h“
/******************SYSTEM FUNCTION FOR INITIALIZATION******************/
void ResetSourcesInit( void );
void PortIOInit( void );
void VoltageReferenceInit( void );
void OscillatorInit( void );
void InterruputControl( void );
//*******************************************
//function: void ResetSourcesInit( void )
//parameter: void
//explain: Reset Sources:
// Disable Watchdog Timer
//return : void
//comment: void
//*******************************************
void ResetSourcesInit( void ) //关闭看门狗
{
WDTCN = 0xDE;
WDTCN = 0xAD;
}
//*******************************************
//function: void PortIOInit( void )
//parameter: void
//explain: Port Init For C8051F020
//return : void
//comment: 全局数字IO与交叉开关配置
//*******************************************
void PortIOInit( void ) //IO口配置
{
OMP0 = 0xff; //配置SPI模式的SS位为输出
OMP1 = 0xff;
OMP2 = 0xff;
OMP3 = 0xff;
OMP47 = 0x3f;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6007 2012-05-23 10:48 C8051F020Init.c
文件 6329 2012-05-23 08:53 c8051f020init.h
----------- --------- ---------- ----- ----
12336 2
相关资源
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
评论
共有 条评论