亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Human-Interface

  • ICCAVR自動下載程序

    CCAVR軟件有ISP功能,能過調(diào)用STK500完成的,只要設(shè)置好參數(shù),在ICCAVR中就可以給芯片編程了,還可以讓程序一編譯完就自動下載到芯片中,相當(dāng)方便。在Tools->environment options->ISP里設(shè)定STK500.exe的路徑。— 用于調(diào)用STK500程序。在Tools->In system programming 里Programmer Interface中選中STK500。— 選擇STK500下載方式。在Tools->In system programming 里把Auto Program After Compile 的小勾選上。— 編譯后自動編程。在Tools->In system programming 中還有一些設(shè)置項(xiàng),大家可以根據(jù)需要進(jìn)行相關(guān)設(shè)置。下面的圖片是操作過程。

    標(biāo)簽: ICCAVR 自動 下載程序

    上傳時間: 2013-11-17

    上傳用戶:joseph

  • NEC 16位MCU參考手冊

    NEC 16位MCU參考手冊 The 78K0R/IC3 is a 16-bit single-chip microcontroller that uses a 78K0R CPU core and incorporates peripheral functions, such as ROM/RAM, a multi-function timer, a multi-function serial interface, an A/D converter, a programmable gain amplifier (PGA), a comparator, a real-time counter, and a watchdog timer.

    標(biāo)簽: NEC MCU 參考手冊

    上傳時間: 2013-11-02

    上傳用戶:努力努力再努力

  • PIC單片機(jī)實(shí)用教程基礎(chǔ)篇

    PIC單片機(jī)實(shí)用教程基礎(chǔ)篇+提高篇  PIC單片機(jī)(Peripheral Interface Controller)是一種用來開發(fā)的去控制外圍設(shè)備的集成電路(IC)。一種具有分散作用(多任務(wù))功能的CPU。與人類相比,大腦就是CPU,PIC 共享的部分相當(dāng)于人的神經(jīng)系統(tǒng)。  PIC 單片機(jī)是一個小的計(jì)算機(jī)  PIC單片機(jī)有計(jì)算功能和記憶內(nèi)存像CPU并由軟件控制允行。然而,處理能力—存儲器容量卻很有限,這取決于PIC的類型。但是它們的最高操作頻率大約都在20MHz左右,存儲器容量用做寫程序的大約1K—4K字節(jié)。   時鐘頻率與掃描程序的時間和執(zhí)行程序指令的時間有關(guān)系。但不能僅以時鐘頻率來判斷程序處理能力,它還隨處理裝置的體系結(jié)構(gòu)改變(1*)。如果是同樣的體系結(jié)構(gòu),時鐘頻率較高的處理能力會較強(qiáng)。   這里用字來解釋程序容量。用一個指令(2*)表示一個字。通常用字節(jié)(3*)來表示存儲器(4*)容量。一個字節(jié)有8位,每位由1或0組成。PIC16F84A單片機(jī) 的指令由14位構(gòu)成。當(dāng)把1K個子轉(zhuǎn)換成位為:1 x 1,024 x 14 = 14,336位。再轉(zhuǎn)換為字節(jié)為:14,336/(8 x 1,024) = 1.75K。在計(jì)算存儲器的容量時,我們規(guī)定 1G 字節(jié) = 1,024M 字節(jié), 1M 字節(jié) = 1,024K 字節(jié), 1K 字節(jié)= 1,024 字節(jié). 它們不是以1000為倍數(shù),因?yàn)檫@是用二進(jìn)制計(jì)算的緣故。   1*計(jì)算機(jī)的物理結(jié)構(gòu),包括組織結(jié)構(gòu)、容量、該計(jì)算機(jī)的CPU、存儲器以及輸入輸出設(shè)備間的互連。經(jīng)常特指CPU的組織結(jié)構(gòu),包括它的寄存器、標(biāo)志、總線、算術(shù)邏輯部件、指令譯碼與執(zhí)行機(jī)制以及定時和控制部件。  2*指出某種操作并標(biāo)識其操作數(shù)(如果有操作數(shù)的話)的一種語言構(gòu)造  3*作為一個單位來操作(運(yùn)算)的一個二進(jìn)制字符串,通常比計(jì)算機(jī)的一個字短。  4*處理機(jī)內(nèi)的所有可尋址存儲空間以及用于執(zhí)行指令的其它內(nèi)存儲器。  在計(jì)算存儲器的容量時,我們規(guī)定 1G 字節(jié) = 1,024M 字節(jié), 1M 字節(jié) = 1,024K 字節(jié), 1K 字節(jié)= 1,024 字節(jié). 它們不是以1000為倍數(shù),因?yàn)檫@是用二進(jìn)制計(jì)算的緣故。   用PIC單片機(jī)使電路做的很小巧變得可能。  因?yàn)镻IC單片機(jī)可以把計(jì)算部分、內(nèi)存、輸入和輸出等都做在一個芯片內(nèi)。所以她工作起來效率很高、功能也自由定義還可以靈活的適應(yīng)不同的控制要求,而不必去更換不同的IC。這樣電路才有可能做的很小巧。

    標(biāo)簽: PIC 單片機(jī) 實(shí)用教程

    上傳時間: 2013-10-15

    上傳用戶:sxdtlqqjl

  • CAT28LV64-64Kb CMOS并行EEPROM數(shù)據(jù)手

    The CAT28LV64 is a low voltage, low power, CMOS Parallel EEPROM organized as 8K x 8−bits. It requires a simple interface for in−system programming. On−chip address and data latches, self−timed write cycle with auto−clear and VCC power up/down write protection eliminate additional timing and protection hardware. DATA Polling and Toggle status bit signal the start and end of the self−timed write cycle. Additionally, the CAT28LV64 features hardware and software write protection.

    標(biāo)簽: EEPROM 64 CMOS CAT

    上傳時間: 2013-11-16

    上傳用戶:浩子GG

  • CAT25128-128Kb的SPI串行CMOS EEPRO

    The CAT25128 is a 128−Kb Serial CMOS EEPROM device internally organized as 16Kx8 bits. This features a 64−byte page write buffer and supports the Serial Peripheral Interface (SPI) protocol. The device is enabled through a Chip Select (CS) input. In addition, the required bus signals are clock input (SCK), data input (SI) and data output (SO) lines. The HOLD input may be used to pause any serial communication with the CAT25128 device. The device featuressoftware and hardware write protection, including partial as well as full array protection.

    標(biāo)簽: 25128 EEPRO CMOS CAT

    上傳時間: 2013-11-15

    上傳用戶:fklinran

  • CAT5110 CAT5118 CAT5119 CAT512

    CAT5110/18/19/23/24/25 linear-taper digitally programmable potentiometers perform the same function as a mechanical potentiometer or a variable resistor. These devices consist of a fixed resistor and a wiper contact with 32-tap points that are digitally controlled through a2-wire up/down serial interface.

    標(biāo)簽: CAT 5110 5118 5119

    上傳時間: 2013-11-22

    上傳用戶:541657925

  • Nios 的用戶定義接口邏輯實(shí)例

    Nios 的用戶定義接口邏輯實(shí)例 有許多人問我使用 Nios 的用戶定義接口邏輯怎么用,想了幾天決定設(shè)計(jì)一個實(shí)例來說明。該例為一個使用 user to interface logic 設(shè)計(jì)的 PWM 實(shí)例,其中包括三個文件:    plus32.v 是一個為 32bit nios 設(shè)計(jì)的 pwm 實(shí)例。    plus16.v 是一個為 16bit nios 設(shè)計(jì)的 pwm 實(shí)例。    test.s   是一個使用中斷調(diào)用 pwm 的匯編語言測試程序。以上模塊和程序均調(diào)試通過,并可穩(wěn)定工作。這里讓大家參考是使大家通過該例來真正理解 user to interface logic 設(shè)計(jì)方法,和nios 中通過匯編調(diào)用中斷的方法,所以超值喔。另外熱烈歡迎大家的指導(dǎo)。 注:在設(shè)計(jì) Nios 時,將你調(diào)用的 user to interface logic 插件重命名為 plus_0,這樣我的 test.s 可不作任何改動,你就可用示波器通過 nios 的 plus 管腳觀察到一個要求的輸出。

    標(biāo)簽: Nios 用戶 定義 接口

    上傳時間: 2013-11-15

    上傳用戶:cc1915

  • HCS12微控制器MC9S12DP256使用指南 ppt

    HCS12微控制器MC9S12DP256 第一步: 1) HCS12 技術(shù)概述2) Operating Modes工作模式3) Resource  Mapping資源映射4) External Bus Interface外部總線接口5) Port Integration Module端口集成模塊6) Background Debug Mode背景調(diào)試模塊

    標(biāo)簽: 12 HCS 256 MC9

    上傳時間: 2013-12-20

    上傳用戶:源碼3

  • PCA9519 4channel level transla

    The PCA9519 is a 4-channel level translating I2C-bus/SMBus repeater that enables theprocessor low voltage 2-wire serial bus to interface with standard I2C-bus or SMBus I/O.While retaining all the operating modes and features of the I2C-bus system during thelevel shifts, it also permits extension of the I2C-bus by providing bidirectional buffering forboth the data (SDA) and the clock (SCL) lines, thus enabling the I2C-bus or SMBusmaximum capacitance of 400 pF on the higher voltage side. The SDA and SCL pins areover-voltage tolerant and are high-impedance when the PCA9519 is unpowered.

    標(biāo)簽: 4channel transla level 9519

    上傳時間: 2013-11-19

    上傳用戶:jisiwole

  • 8-bit I2C-bus and SMBus IO port with reset

    The PCA9557 is a silicon CMOS circuit which provides parallel input/output expansion for SMBus and I2C-bus applications. The PCA9557 consists of an 8-bit input port register, 8-bit output port register, and an I2C-bus/SMBus interface. It has low current consumption and a high-impedance open-drain output pin, IO0. The system master can enable the PCA9557’s I/O as either input or output by writing to the configuration register. The system master can also invert the PCA9557 inputs by writing to the active HIGH polarity inversion register. Finally, the system master can reset the PCA9557 in the event of a time-out by asserting a LOW in the reset input. The power-on reset puts the registers in their default state and initializes the I2C-bus/SMBus state machine. The RESET pin causes the same reset/initialization to occur without de-powering the part.

    標(biāo)簽: C-bus SMBus reset port

    上傳時間: 2014-01-18

    上傳用戶:bs2005

主站蜘蛛池模板: 桂平市| 新河县| 长汀县| 汉阴县| 大洼县| 名山县| 伊川县| 开平市| 和平县| 嘉峪关市| 葫芦岛市| 怀来县| 高要市| 永州市| 孝义市| 南川市| 宣化县| 诏安县| 社旗县| 红河县| 奎屯市| 呼玛县| 剑川县| 成都市| 苍梧县| 通化市| 墨江| 堆龙德庆县| 宁强县| 洛隆县| 资兴市| 遂昌县| 庄浪县| 定远县| 台南县| 越西县| 大田县| 井陉县| 凭祥市| 株洲县| 寻甸|