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
This program illustrates how to erase, write, and read FLASH memory from application code written in C . This routine exercises the upper 128- Byte FLASH sector.
标签: illustrates application program written
上传时间: 2013-12-18
上传用户:chenxichenyue
cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate
标签: demonstrate implement software purpose
上传时间: 2016-01-14
上传用户:stvnash
bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will always accept a bulk OUT EP6IN will always return a 512 Byte packet. The packet contains an incrementing Byte starting at 0x02. Since EP6 always returns a 512 Byte packet, this endpoint should never be accessed except with a high-speed host controller. EP8IN will continuously return the packet most recently written to EP4OUT
标签: bulk will endpoint firmware
上传时间: 2016-01-14
上传用户:sk5201314
This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or before first ring) signal detection and returns the message raw Byte data without parsing of particular fields such as Message Type, Parameter(s) Type(s), etc. The decoding of the message meaning should be performed by the user application.主叫号码识别CID算法for TI DSP
标签: the revision detector provides
上传时间: 2014-01-18
上传用户:天诚24
利用SyncML开发客户端程序的中间件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of Byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.
上传时间: 2016-03-05
上传用户:kr770906
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a Byte into a variable length bit array. Both of them can work with streams
标签: compression mplemented huffman specify
上传时间: 2013-12-03
上传用户:yzhl1988
8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian order, which is the same as the network Byte order, unlike x86 systems. Use OPTIMIZE(2)or higher so that automatic variables get shared // between functions, to stay within the 256 Bytes idata space
标签: notes for Makefile compiler
上传时间: 2013-12-17
上传用户:ikemada
upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If speed is not critical, you can use function calls for common tasks (like dat polling after writing a Byte to Flash) The penalty is the extra processor time to make the nested calls.
标签: upsd_flash functions are provided
上传时间: 2013-12-23
上传用户:Andy123456
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2). Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2). If wou don愒 want to send Parameter 3 (P3) press Ctrl-d (^d). If you enter a number then you have to the Bytes of the Datafield. After the last Byte of the Datafield is entered the whole APDU is send the replay is displayed. After that you can send the next APDU.
标签: CardReader the commands to
上传时间: 2016-04-23
上传用户:nanxia