默れ

SD卡的读写功能实现的主函数

#include#include"dm_mmc.h"#include"dm_bf5xx.h"uint8_tbuff_w[512];uint8_tbuff_r[512];/*****************************************************************************名称:MMC_HardwareInitial*功能:SPI配置初始化*入口参数:无*出口参数

SD卡的读写功能

#include#include#include"dm_types.h"#include"dm_mmc.h"#include"dm_bf5xx.h"/*****************************************************************************名称:SPI_TransferByte*功能:将数据value发出*入口参数:value*出口参

LED显示

#include#include"dm_cpu.h"#include"dm_bf5xx.h"#include"dm_types.h"//定义字形码uint8_tLED_code[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x27,0x7f,0x6f};/*********************************************************************

网卡DM9000E的底层驱动函数

#define__DEBUG#include#include"dm_types.h"#include"dm_bf5xx.h"#include"dm_lan_dm9000e.h"#defineCONFIG_DRIVER_DM9000#defineCONFIG_COMMANDS1#defineCFG_CMD_NET1#ifdefCONFIG_DRIVER_DM9000#if(CONFIG_COMMANDS&CFG_CMD_NET)#

BF533中断等寄存器的初始化

#include"dm_bf5xx.h"#include"dm_keyb.h"/***************************************************************************PROTOTYPES***************************************************************************/EX_INTERRUPT_HANDLER(keybord_

IrDA的初始化功能

#include"dm_bf5xx.h"#include"dm_cpu.h"#defineUART_9600bps351unsignedshortTXbuf[256];unsignedshortRXbuf[512];staticunsignedshortcont=0;EX_INTERRUPT_HANDLER(UART_ISR);/****************************************************************

BF533一些函数的初始化

修改历史:****************************************************************************/#ifndef__CPU_H__#define__CPU_H__#include#include#include"dm_bf5xx.h"#include"dm_cpu.h"/*********************************************************