mm36sb020的spi的接口,已经调试过的 /* 定义命令 *//* #Define ERSC 0x90f6 // 檫除整个芯片 // #Define SRC 0xfffffffe // 软件复位芯片 // #Define RSE 0x94 // 读状态寄存器 // #Define RBE 0x98 // 读一个字节数据从缓冲区 // #Define RME 0x9c // 读一个字节数据从Flash存储器 // #Define RMEC 0xa0 // 连续读一字节数据从Flash存储器,先自动地址增加 // #Define RMB 0xa4 // 读一页数据(128 byte),从Flash存储器到缓冲区 // #Define WEB 0xa8 // 写一个字节数据到缓冲区 // #Define WEBC 0xac // 连续写一个字节数据到缓冲区,先自动地址增加 // #Define WBMEP 0xb0 // 写缓冲区数据到Flash存储器,先自动页檫除 // #Define WBME 0xb4 // 写缓冲区数据到Flash存储器,没有自动页檫除
标签: Define 0xfffffffe 0x90f6 ERSC
上传时间: 2013-12-01
上传用户:chenxichenyue
#if !Defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #Define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap
标签: AFX_GAQUEEN_H INCLUDED Defined Define
上传时间: 2015-12-27
上传用户:wuyuying
1 #Define GPBCON (*(volatile unsigned long *)0x56000010) 2 #Define GPBDAT (*(volatile unsigned long *)0x56000014) 3 #Define GPFCON (*(volatile unsigned long *)0x56000050) 4 #Define GPFDAT (*(volatile unsigned long *)0x56000054)
标签: volatile unsigned Define long
上传时间: 2013-12-27
上传用户:BIBI
his header file that is used to Define all preprossor directives, global variables, and prototypes. The user must modify this header file for their particular Bridge Transducer in use before proceeding.
标签: directives preprossor prototype variables
上传时间: 2014-08-24
上传用户:李彦东
// algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #Define Qu 4 // 客户队列数 #Define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #Define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime // 事件发生时刻 int NType // 事件类型,Qu表示到达事件,0至Qu-1表示Qu个窗口的离开事件 }Event,ElemType // 事件类型,有序链表LinkList的数据元素类型
上传时间: 2016-03-03
上传用户:jcljkh
a seld-deined application get font bitmap from windows, you can Define size of the bitmap
标签: bitmap seld-deined application windows
上传时间: 2016-03-24
上传用户:笨小孩
Refer to the UML diagram above and implement the Course class. After you Define the Course class, you must create a Course object with the following details: Programming I, WXES1114, taught by SMT. Besides, your program must test all the accessor and mutator methods you had Defined and the toString() method. toString() method is a special method inherited from the Object class. You have to override this method to display all the information about a course.
标签: Course the class implement
上传时间: 2014-01-26
上传用户:cx111111
#include <reg52.h> #include <stdio.h> #include <string.h> #Define uchar unsigned char #Define uint unsigned int #Define isp_iap_byte_read 0x1 #Define isp_iap_byte_program 0x2 #Define isp_iap_sector_erase 0x3 #Define wait_time 0x1
上传时间: 2016-05-18
上传用户:agent
ARM7在uC/OS-II下的测试代码 含: Define.s main.c Display.c LED.c os_dbg.c Uart.c includes.h ML674000.h os_cfg.h
标签: includes Display 674000 Define
上传时间: 2016-06-05
上传用户:Yukiseop
fft源代码,#include "f2407_c.h" #include "math.h" #Define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
上传时间: 2016-06-28
上传用户:LouieWu