TLC549是一種采用8位逐次逼近式工作的A/D轉(zhuǎn)換器。內(nèi)部包含系統(tǒng)時(shí)鐘、采樣和保持、8位A/D轉(zhuǎn)換器、數(shù)據(jù)寄存器以及控制邏輯電路。TLC549每25uS重復(fù)一次“輸入—轉(zhuǎn)換—輸出”。器件有兩個(gè)控制輸入:I/O CLOCK和片選(CS)。 內(nèi)部系統(tǒng)時(shí)鐘和I/O CLOCK可獨(dú)立使用。應(yīng)用電路的設(shè)計(jì)只需利用I/O時(shí)鐘啟動(dòng)轉(zhuǎn)換或讀出轉(zhuǎn)換結(jié)果。當(dāng)CS為高電平時(shí),DATA OUT處于高阻態(tài)且I/O時(shí)鐘被禁止。
標(biāo)簽: TLC 549 8位 轉(zhuǎn)換器
上傳時(shí)間: 2014-01-17
上傳用戶:qiaoyue
在做一個(gè)單片機(jī)系統(tǒng)時(shí),常常會(huì)遇到這樣那樣的數(shù)據(jù)采集,在這些被采集的數(shù)據(jù)中, 大部分可以通過我們的I/O 口擴(kuò)展接口電路直接得到,由于51 單片機(jī)大部分不帶AD 轉(zhuǎn)換 器,所以模擬量的采集就必須靠A/D或V/F 實(shí)現(xiàn)。下現(xiàn)我們就來了解一下AD0809與51 單 片機(jī)的接口及其程序設(shè)計(jì)。
標(biāo)簽: 單片機(jī)系統(tǒng)
上傳時(shí)間: 2015-12-09
上傳用戶:古谷仁美
//構(gòu)造具有指定的標(biāo)簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個(gè)字體及顏色的菜單 help = new Menu("幫助(H)") //構(gòu)造具有指定的標(biāo)簽的菜單項(xiàng) news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設(shè)置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")
標(biāo)簽: Menu new compile files
上傳時(shí)間: 2016-02-27
上傳用戶:小儒尼尼奧
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2014-12-03
上傳用戶:ikemada
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. Hardware reference
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2016-03-18
上傳用戶:極客
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. User Manual
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2014-01-15
上傳用戶:努力努力再努力
{ OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er req->tbsRequest->requestorName->type=GEN一 DIRNAME req->tbsRequest->requestorName->d.dim=X509一 NAM幾dup(name) } if(!(req->tbsRequest->requestList=sk-OCSP ONEREQ_new(N〔幾L))) goto er if(extensions && (!(req->tbsRequest->requestExtensions = ext dup(extensions)))) goto er return req if (req) OCSP REQUEST free(req) return NULL ) 刀此函數(shù)用于一個(gè)新的合法的OCSP請(qǐng)求加入列表中
標(biāo)簽: REQUEST OCSP NULL req
上傳時(shí)間: 2014-01-17
上傳用戶:lanjisu111
C51實(shí)用程序(45個(gè)) I/O、定時(shí)器、中斷、看門狗、計(jì)數(shù)器、軟件AD、VB串口、93c06驅(qū)動(dòng)、24c02系列驅(qū)動(dòng)、7219、20045、軟件陷阱、串口中斷、碼值轉(zhuǎn)換、AVR通訊、IIC、DS1302、DS1820、SPI、1602、12232、12864、T6963、1330、PC鍵、鍵盤輸入法、智能化、飛機(jī)游戲、貪吃蛇、多級(jí)菜單實(shí)例等
標(biāo)簽: 93c06 24c02 20045 7219
上傳時(shí)間: 2016-06-17
上傳用戶:hasan2015
熟悉D/A轉(zhuǎn)換芯片的使用 把待轉(zhuǎn)換的數(shù)據(jù)送D/A芯片TLC5615,開啟D/A轉(zhuǎn)換 用萬用表或者示波器觀察輸出口(CON36)的電壓 硬件要求:撥碼開關(guān)S8全部置ON 其他撥碼開關(guān)全部置O
標(biāo)簽: 5615 TLC 轉(zhuǎn)換芯片 轉(zhuǎn)換
上傳時(shí)間: 2013-12-15
上傳用戶:zxc23456789
adctest S3C44B0X內(nèi)置A/D轉(zhuǎn)換器應(yīng)用實(shí)例; einttest S3C44B0X外部中斷實(shí)例; flashtest flash讀寫實(shí)例; Helloworld Helloworld程序; iictest IIC接口運(yùn)用實(shí)例; iotest I/O應(yīng)用實(shí)例——矩陣式鍵盤掃描; rtctest S3C44B0X內(nèi)置RTC應(yīng)用實(shí)例; Timertest 定時(shí)器應(yīng)用實(shí)例; uarttest UART串行口應(yīng)用實(shí)例; ucos_ex1 uc/os-II運(yùn)用之一:多任務(wù); ucos_ex2 uc/os-II運(yùn)用之二:任務(wù)間通訊; ucos_ex3 uc/os-II運(yùn)用之三:中斷服務(wù)程序;
標(biāo)簽: Helloworld S3C44B0X flashtest einttest
上傳時(shí)間: 2014-01-13
上傳用戶:xc216
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1