This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-master system application.For specific applications the user will have to make minimal changes in the driver program. Using the drivermeans linking modules to your application software and including a header-file into the application sourceprograms. A small example program of how to use the driver is listed.The driver supports i.a. polled or interrupt driven message handling, slave message transfers and multi-mastersystem applications. Furthermore, it is made suitable for use in conjunction with real time operating systems, likepSOS+.
上傳時間: 2013-11-23
上傳用戶:weixiao99
The P90CL301 is a highly integrated 16/32 bit micro-controller especially suitable for applications requiring lowvoltage and low power consumption. It is fully software compatible with the 68000. Furthermore, it provides bothstandard as well as advanced peripheral functions on-chip.One of these peripheral functions is the I2C bus. This report describes worked-out driver software (written in C) toprogram the P90CL301 I2C interface. It also contains interface software routines offering the user a quick start inwriting a complete I2C system application.
上傳時間: 2014-01-06
上傳用戶:氣溫達上千萬的
用單片機配置FPGA—PLD設計技巧 Configuration/Program Method for Altera Device Configure the FLEX Device You can use any Micro-Controller to configure the FLEX device–the main idea is clocking in ONE BITof configuration data per CLOCK–start from the BIT 0The total Configuration time–e.g. 10K10 need 15K byte configuration file•calculation equation–10K10* 1.5= 15Kbyte–configuration time for the file itself•15*1024*8*clock = 122,880Clock•assume the CLOCK is 4MHz•122,880*1/4Mhz=30.72msec
上傳時間: 2013-10-09
上傳用戶:a67818601
1.增加的設備支持: Atmel AT91SAM9Rxx Cirrus Logic CS7401xx-IQZ Luminary Micro LM3S576x, LM3S5752, LM3S5747, LM3S573x, LM3S5662, LM3S5652, LM3S5632, LM3S3759, LM3S3749, and LM3S3739 NXP LPC32XX and LPC2460 STMicroelectronics STR912FAZ4X, STR912FAW4X, STR911FAW4X, STR911FAM4X, STR910FAW32, and STR910FAZ32 2.修改了NXP LPC23XX/24XX的頭文件庫 3.增加了ST-LINK II的調試支持 4.增加了對Cortex-M3 內核芯片的RTX Event Viewer 的支持 5.增加了MCBSTM32: STM32 FLASH OPTION BYTES PROGRAMMING 6.增加了ULINK2對Cortex-M3的SWV功能的調試 7.增強了使用GNU在MDK下調試M1,M3,ARM7,ARM9的調試功能( Using μVision with CodeSourcery GNU ARM Toolchain.) 8.增加了大量經典開發板例程 Boards目錄列表: ├─Embest 深圳市英蓓特公司開發板例程 │ ├─AT91EB40X-40008 │ ├─S3CEB2410 │ ├─ATEBSAM7S │ ├─LPC22EB06-I │ ├─LPCEB2000-A │ ├─LPCEB2000-B │ ├─LPCEB2000-S │ ├─str710 │ ├─str711 │ ├─str730 │ ├─str750 │ ├─STR912 │ ├─STM32V100 │ ├─STM32R100 │ ├─ATEB9200 ├─ADI ADI半導體的芯片例程 │ ├─ADuC702X │ └─ADuC712x ├─Atmel Atmel半導體的芯片例程 │ ├─AT91RM9200-EK │ ├─AT91SAM7A3-EK │ ├─AT91SAM7S-EK │ ├─AT91SAM7SE-EK │ ├─AT91SAM7X-EK │ ├─AT91SAM9260-EK │ ├─AT91SAM9261-EK │ ├─AT91SAM9263-EK ├─Keil Keil公司的開發板例程 │ ├─MCB2100 │ ├─MCB2103 │ ├─MCB2130 │ ├─MCB2140 │ ├─MCB2300 │ ├─MCB2400 │ ├─MCB2900 │ ├─MCBLM3S │ ├─MCBSTM32 │ ├─MCBSTR7 │ ├─MCBSTR730 │ ├─MCBSTR750 │ └─MCBSTR9 ├─Luminary Luminary半導體公司的芯片例程 │ ├─ek-lm3s1968 │ ├─ek-lm3s3748 │ ├─ek-lm3s3768 │ ├─dk-lm3s101 │ ├─dk-lm3s102 │ ├─dk-lm3s301 │ ├─dk-lm3s801 │ ├─dk-lm3s811 │ ├─dk-lm3s815 │ ├─dk-lm3s817 │ ├─dk-lm3s818 │ ├─dk-lm3s828 │ ├─ek-lm3s2965 │ ├─ek-lm3s6965 │ ├─ek-lm3s811 │ └─ek-lm3s8962 ├─NXP NXP半導體公司的芯片例程 │ ├─LH79524 │ ├─LH7A404 │ └─SJA2510 ├─OKI OKI半導體公司的芯片例程 │ ├─ML674000 │ ├─ML67Q4003 │ ├─ML67Q4051 │ ├─ML67Q4061 │ ├─ML67Q5003 │ └─ML69Q6203 ├─Samsung Samsung半導體公司的芯片例程 │ ├─S3C2440 │ ├─S3C44001 │ └─S3F4A0K ├─ST ST半導體公司的芯片例程 │ ├─CQ-STARM2 │ ├─EK-STM32F │ ├─STM32F10X_EVAL │ ├─STR710 │ ├─STR730 │ ├─STR750 │ ├─STR910 │ └─STR9_DONGLE ├─TI TI半導體公司的芯片例程 │ ├─TMS470R1A256 │ └─TMS470R1B1M ├─Winbond Winbond半導體公司的芯片例程 │ └─W90P710 └─ ...
上傳時間: 2013-10-13
上傳用戶:zhangliming420
The main objective of this book is to present all the relevant informationrequired for RF and micro-wave power amplifier design includingwell-known and novel theoretical approaches and practical design techniquesas well as to suggest optimum design approaches effectively combininganalytical calculations and computer-aided design. This bookcan also be very useful for lecturing to promote the analytical way ofthinking with practical verification by making a bridge between theoryand practice of RF and microwave engineering. As it often happens, anew result is the well-forgotten old one. Therefore, the demonstrationof not only new results based on new technologies or circuit schematicsis given, but some sufficiently old ideas or approaches are also introduced,that could be very useful in modern practice or could contributeto appearance of new ideas or schematic techniques.
標簽: Amplifier Microwave Design Power
上傳時間: 2013-12-22
上傳用戶:vodssv
《西門子系列PLC原理及應用》共有8章,第1章介紹了PLC的基本組成與工作原理;第2章介紹了西門子S7-200系列PLC的構成、性能及其工作方式;第3章詳細地介紹了S7-200系列PLC專用編程軟件STEP 7-Micro/WIN的主要功能與使用方法;第4~5章,結合實例介紹S7-200系列PLC的基本命令與功能命令;第6章講述了S7-200系列PLC的網絡通信知識與命令;第7章講述了PLC控制系統的總體設計方法,并由淺入深地介紹了8個控制系統設計實例;第8章介紹了西門子S7-200系列PLC的安裝與維護。
上傳時間: 2013-12-31
上傳用戶:stampede
本視頻主要講施耐德PLC硬件方面的知識學習,包括Quantum系列的相關模塊知識。附件還包括了施耐德PLC聯機編程手冊。 1 Twido 系列處理器 1.1 使用 USB 口電纜為 Twido 處理器編程 1.1.1 USB 電纜介紹 1.1.2 為 USB 電纜安裝驅動 1.1.3 安裝 Modbus 驅動 1.1.4 TwidoSoft 軟件的設置 1.2 使用串口電纜為 Twido 處理器編程 1.3 Twido 處理器通過集成的以太網口編程 2 Micro 與 Premium 系列 2.1 使用 USB 口電纜為 Micro 與 Premium 處理器編程 2.2 使用串口電纜編程 2.3 使用 XIP 驅動實現 Premium 的以太網編程 2.4 通過 ETZ 以太網模塊為 Micro 編程 2.4.1 通過以太網線連接 ETZ 模塊 2.4.2 通過串口電纜連接 ETZ 模塊 2.4.3 使用 XIP 驅動實現 Micro 的以太網編程 3 M340 系列 3.1 使用 USB 口編程 3.2 使用 Modbus 口編程 3.3 通過以太網實現編程連接 4 Quantum 與 Momentum 系列 4.1 Quantum 使用 USB 口編程 4.2 使用 Modbus 口編程 4.3 通過 Modbus Plus 實現編程連接 4.4 通過以太網實現編程連接
上傳時間: 2013-11-21
上傳用戶:shuizhibai
中國銀聯主導智能SD卡座接口規范,卡座規格書。智能SD卡又名SIMT卡或NFC TF卡、NFC Micro SD卡,支持NFC近場通信,可應用于一卡通手機、一卡通手機掛件,是國家銀聯主導推行的便捷支付標準。
標簽: SD卡
上傳時間: 2013-10-18
上傳用戶:dbs012280
微型操作系統,想知道操作系統秘密的初學者可以在這起步。 文件列表: 1 micro-os.img 已編好的軟盤映象。 2 micro-os_kernel.bin 命令核心二進制代碼 3 micro-os_loader.boot 啟動二進制代碼 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 編譯源文件 2 將loader.boot 用工具寫入軟盤0道0頭1扇區 kernel.bin寫入0.0.2-0.0.n (n<10) 在 0.0.1的最后兩個字節寫入55h ,aah 3 啟動 有幾個可用命令 help cls quit exit reboot
標簽: 操作系統
上傳時間: 2013-12-11
上傳用戶:zwei41
This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This example includes a µ Vision2 Project with a target for each supported device.
標簽: demonstrates example on-chip EEPROM
上傳時間: 2015-05-04
上傳用戶:wl9454