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