PIC 驅動9320 Module for Microchip Graphics Library ILITEK ILI9320 LCD controller driver Landscape orientation in 16-Bit mode
標簽: 9320 controller Microchip Landscape
上傳時間: 2016-04-01
上傳用戶:xuanjie
ChipScope使用示例 簡介:本示例中使用了一個ChipScope IP,將Bit文件配置到FPGA中后,可以啟動 ChipScope Pro Analyer 捕獲FPGA中數據,并顯示如圖所示。
上傳時間: 2013-12-13
上傳用戶:王小奇
PCI設計指南The Xilinx LogiCORE PCI interface is a fully verified, pre-implemented PCI Bus interface. This interface is available in 32-Bit and 64- Bit versions, with support for multiple Xilinx FPGA device families. It is designed to support both Verilog-HDL and VHDL. The design examples in this book are provided in Verilog.
標簽: interface PCI pre-implemented LogiCORE
上傳時間: 2016-04-03
上傳用戶:清風冷雨
英飛凌16位單片機xc167選型指南The XC167CI is a new derivative of the popular C166 microcontroller family that is based on the enhanced C166S V2 architecture it outperforms existing 16-Bit solutions.
標簽: microcontroller derivative 167 popular
上傳時間: 2013-12-27
上傳用戶:壞天使kk
This manual describes Freescale’s IEEE™ 802.15.4 Standard compliant MAC/PHY software. The Freescale 802.15.4 MAC/PHY software is designed for use with the Freescale MC1319x and MC1320x, family of short range, low power, 2.4 GHz Industrial, Scientific, and Medical (ISM) band transceivers, designed for use with the HCS08 Family of MCUs. The MAC/PHY software also works with the MC1321x family of short range, low power, 2.4 GHz ISM band transceivers that incorporate a low power 2.4 GHz radio frequency transceiver and an 8-Bit microcontroller into a single LGA package. Throughout this manual, the term transceiver refers to either the MC1319x, MC1320x, or the internal counterpart inside the MC1321x System in a Package (SiP).
標簽: Freescale describes compliant Standard
上傳時間: 2016-04-17
上傳用戶:caiiicc
mips命令集詳解,the mips32 instruction set and instruction Bit encodings
上傳時間: 2016-04-23
上傳用戶:Miyuki
This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending Bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED
標簽: description provides transfer example
上傳時間: 2016-04-24
上傳用戶:ecooo
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef Bit BOOL sBit rs=P2^0 sBit rw=P2^1 sBit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
標簽: include unsigned intrins typedef
上傳時間: 2016-04-25
上傳用戶:zsjinju
vhdl編寫,8b—10b 編解碼器設計 Encoder: 8b/10b Encoder (file: 8b10b_enc.vhd) Synchronous clocked inputs (latched on each clock rising edge) 8-Bit parallel unencoded data input KI input selects data or control encoding Asynchronous active high reset initializes all logic Encoded data output 10-Bit parallel encoded output valid 1 clock later Decoder: 8b/10b Decoder (file: 8b10b_dec.vhd) Synchronous clocked inputs (latched on each clock rising edge) 10-Bit parallel encoded data input Asynchronous active high reset initializes all logic Decoded data, disparity and KO outputs 8-Bit parallel unencoded output valid 1 clock later
上傳時間: 2016-05-05
上傳用戶:gundamwzc
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one Bit to s1 and 2 Bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 Bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
標簽: decompress algorithm compress Huffman
上傳時間: 2016-05-16
上傳用戶:aysyzxzm