SD卡的读写功能实现的主函数
#include#include"dm_mmc.h"#include"dm_bf5xx.h"uint8_tbuff_w[512];uint8_tbuff_r[512];/*****************************************************************************名称:MMC_HardwareInitial*功能:SPI配置初始化*入口参数:无*出口参数
发表于 1/11/2012 2:19:42 PM
阅读(2097)
SD卡的读写功能
#include#include#include"dm_types.h"#include"dm_mmc.h"#include"dm_bf5xx.h"/*****************************************************************************名称:SPI_TransferByte*功能:将数据value发出*入口参数:value*出口参
发表于 1/11/2012 2:17:44 PM
阅读(2783)
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};/*********************************************************************
发表于 1/11/2012 2:14:54 PM
阅读(4086)
网卡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)#
发表于 1/7/2012 3:28:39 PM
阅读(2755)
BF533中断等寄存器的初始化
#include"dm_bf5xx.h"#include"dm_keyb.h"/***************************************************************************PROTOTYPES***************************************************************************/EX_INTERRUPT_HANDLER(keybord_
发表于 1/7/2012 3:26:14 PM
阅读(2009)
IrDA的初始化功能
#include"dm_bf5xx.h"#include"dm_cpu.h"#defineUART_9600bps351unsignedshortTXbuf[256];unsignedshortRXbuf[512];staticunsignedshortcont=0;EX_INTERRUPT_HANDLER(UART_ISR);/****************************************************************
发表于 1/7/2012 3:22:29 PM
阅读(2008)
BF533一些函数的初始化
修改历史:****************************************************************************/#ifndef__CPU_H__#define__CPU_H__#include#include#include"dm_bf5xx.h"#include"dm_cpu.h"/*********************************************************
发表于 1/7/2012 3:00:36 PM
阅读(1840)