<rt id="3h83k"><delect id="3h83k"></delect></rt>
  • <rt id="3h83k"><small id="3h83k"></small></rt>
    收藏本站
    • 您好,
      買賣IC網(wǎng)歡迎您。
    • 請登錄
    • 免費注冊
    • 我的買賣
    • 新采購0
    • VIP會員服務(wù)
    • [北京]010-87982920
    • [深圳]0755-82701186
    • 網(wǎng)站導(dǎo)航
    發(fā)布緊急采購
    • IC現(xiàn)貨
    • IC急購
    • 電子元器件
    VIP會員服務(wù)
    • 您現(xiàn)在的位置:買賣IC網(wǎng) > PDF目錄45380 > MR83C154DCXXX-16/883 (ATMEL CORP) 8-BIT, MROM, 16 MHz, MICROCONTROLLER, CQCC44 PDF資料下載
    參數(shù)資料
    型號: MR83C154DCXXX-16/883
    廠商: ATMEL CORP
    元件分類: 微控制器/微處理器
    英文描述: 8-BIT, MROM, 16 MHz, MICROCONTROLLER, CQCC44
    封裝: LCC-44
    文件頁數(shù): 13/242頁
    文件大小: 3080K
    代理商: MR83C154DCXXX-16/883
    第1頁第2頁第3頁第4頁第5頁第6頁第7頁第8頁第9頁第10頁第11頁第12頁當(dāng)前第13頁第14頁第15頁第16頁第17頁第18頁第19頁第20頁第21頁第22頁第23頁第24頁第25頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第76頁第77頁第78頁第79頁第80頁第81頁第82頁第83頁第84頁第85頁第86頁第87頁第88頁第89頁第90頁第91頁第92頁第93頁第94頁第95頁第96頁第97頁第98頁第99頁第100頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁第212頁第213頁第214頁第215頁第216頁第217頁第218頁第219頁第220頁第221頁第222頁第223頁第224頁第225頁第226頁第227頁第228頁第229頁第230頁第231頁第232頁第233頁第234頁第235頁第236頁第237頁第238頁第239頁第240頁第241頁第242頁
    11
    2588F–AVR–06/2013
    ATtiny261/461/861
    In different addressing modes these address registers function as automatic increment and
    automatic decrement (see the instruction set reference for details).
    4.5
    Stack Pointer
    The Stack is mainly used for storing temporary data, for storing local variables and for storing
    return addresses after interrupts and subroutine calls. The Stack Pointer Register always points
    to the top of the Stack. Note that the Stack is implemented as growing from higher memory loca-
    tions to lower memory locations. This implies that a Stack PUSH command decreases the Stack
    Pointer.
    The Stack Pointer points to the data SRAM Stack area where the Subroutine and Interrupt
    Stacks are located. This Stack space in the data SRAM must be defined by the program before
    any subroutine calls are executed or interrupts are enabled. The Stack Pointer must be set to
    point above 0x60. The Stack Pointer is decremented by one when data is pushed onto the Stack
    with the PUSH instruction, and it is decremented by two when the return address is pushed onto
    the Stack with subroutine call or interrupt. The Stack Pointer is incremented by one when data is
    popped from the Stack with the POP instruction, and it is incremented by two when data is
    popped from the Stack with return from subroutine RET or return from interrupt RETI.
    The AVR Stack Pointer is implemented as two 8-bit registers in the I/O space. The number of
    bits actually used is implementation dependent. Note that the data space in some implementa-
    tions of the AVR architecture is so small that only SPL is needed. In this case, the SPH Register
    will not be present
    4.5.1
    SPH and SPL — Stack Pointer Register
    4.6
    Instruction Execution Timing
    This section describes the general access timing concepts for instruction execution. The AVR
    CPU is driven by the CPU clock clk
    CPU, directly generated from the selected clock source for the
    chip. No internal clock division is used.
    Figure 4-4 shows the parallel instruction fetches and instruction executions enabled by the Har-
    vard architecture and the fast access Register File concept. This is the basic pipelining concept
    to obtain up to 1 MIPS per MHz with the corresponding unique results for functions per cost,
    functions per clocks, and functions per power-unit.
    15
    YH
    YL
    0
    Y-register
    7
    0
    7
    0
    R29 (0x1D)
    R28 (0x1C)
    15
    ZH
    ZL
    0
    Z-register
    7
    0
    7
    0
    R31 (0x1F)
    R30 (0x1E)
    Bit
    1514131211109
    8
    0x3E (0x5E)
    SP15
    SP14
    SP13
    SP12
    SP11
    SP10
    SP9
    SP8
    SPH
    0x3D (0x5D)
    SP7
    SP6
    SP5
    SP4
    SP3
    SP2
    SP1
    SP0
    SPL
    76543210
    Read/Write
    R/W
    Initial Value
    RAMEND
    相關(guān)PDF資料
    PDF描述
    MQ83C154DXXX-12P883 8-BIT, MROM, 12 MHz, MICROCONTROLLER, CQFP44
    MD83C154DCXXX-25/883 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CDIP40
    MR83C154DTXXX-25/883R 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CQCC44
    MQ83C154DTXXX-12P883 8-BIT, MROM, 12 MHz, MICROCONTROLLER, CQFP44
    MQ83C154DXXX-16P883D 8-BIT, MROM, 16 MHz, MICROCONTROLLER, CQFP44
    相關(guān)代理商/技術(shù)參數(shù)
    參數(shù)描述
    MR83C154-L16 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
    MR83C154T-12 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
    MR83C154T-16 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
    MR83C154T-20 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
    MR83C154T-25 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
    發(fā)布緊急采購,3分鐘左右您將得到回復(fù)。

    采購需求

    (若只采購一條型號,填寫一行即可)

    發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進入我的后臺,查看報價

    發(fā)布成功!您可以繼續(xù)發(fā)布采購。也可以進入我的后臺,查看報價

    *型號 *數(shù)量 廠商 批號 封裝
    添加更多采購

    我的聯(lián)系方式

    *
    *
    *
    • VIP會員服務(wù) |
    • 廣告服務(wù) |
    • 付款方式 |
    • 聯(lián)系我們 |
    • 招聘銷售 |
    • 免責(zé)條款 |
    • 網(wǎng)站地圖

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    三级特黄60分钟在线观看,美女在线永久免费网站,边吃奶边摸下很爽视频,娇妻在厨房被朋友玩得呻吟`