mm36sb020的spi的接口,已經(jīng)調(diào)試過的 /* 定義命令 *//* #define ERSC 0x90f6 // 檫除整個芯片 // #define SRC 0xfffffffe // 軟件復(fù)位芯片 // #define RSE 0x94 // 讀狀態(tài)寄存器 // #define RBE 0x98 // 讀一個字節(jié)數(shù)據(jù)從緩沖區(qū) // #define RME 0x9c // 讀一個字節(jié)數(shù)據(jù)從Flash存儲器 // #define RMEC 0xa0 // 連續(xù)讀一字節(jié)數(shù)據(jù)從Flash存儲器,先自動地址增加 // #define RMB 0xa4 // 讀一頁數(shù)據(jù)(128 byte),從Flash存儲器到緩沖區(qū) // #define WEB 0xa8 // 寫一個字節(jié)數(shù)據(jù)到緩沖區(qū) // #define WEBC 0xac // 連續(xù)寫一個字節(jié)數(shù)據(jù)到緩沖區(qū),先自動地址增加 // #define WBMEP 0xb0 // 寫緩沖區(qū)數(shù)據(jù)到Flash存儲器,先自動頁檫除 // #define WBME 0xb4 // 寫緩沖區(qū)數(shù)據(jù)到Flash存儲器,沒有自動頁檫除
標(biāo)簽: 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
標(biāo)簽: 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)
標(biāo)簽: 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.
標(biāo)簽: directives preprossor prototype variables
上傳時間: 2014-08-24
上傳用戶:李彥東
// algo3-12.cpp 銀行業(yè)務(wù)模擬。實現(xiàn)算法3.6、3.7的程序 #define Qu 4 // 客戶隊列數(shù) #define Khjg 5 // 兩相鄰到達的客戶的時間間隔最大值 #define Blsj 30 // 每個客戶辦理業(yè)務(wù)的時間最大值 #include"c1.h" typedef struct // 定義ElemType為結(jié)構(gòu)體類型 { int OccurTime // 事件發(fā)生時刻 int NType // 事件類型,Qu表示到達事件,0至Qu-1表示Qu個窗口的離開事件 }Event,ElemType // 事件類型,有序鏈表LinkList的數(shù)據(jù)元素類型
標(biāo)簽: define algo Khjg 3.6
上傳時間: 2016-03-03
上傳用戶:jcljkh
a seld-deined application get font bitmap from windows, you can define size of the bitmap
標(biāo)簽: 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.
標(biāo)簽: 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
標(biāo)簽: include gt lt unsigne
上傳時間: 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
標(biāo)簽: includes Display 674000 define
上傳時間: 2016-06-05
上傳用戶:Yukiseop
fft源代碼,#include "f2407_c.h" #include "math.h" #define N 32 // FFT變換的點數(shù) extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
標(biāo)簽: include void fft define
上傳時間: 2016-06-28
上傳用戶:LouieWu
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1