參數(shù)資料
型號: R83C154DTXXX-25D
廠商: ATMEL CORP
元件分類: 微控制器/微處理器
英文描述: 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CQCC44
封裝: LCC-44
文件頁數(shù): 107/108頁
文件大?。?/td> 3682K
代理商: R83C154DTXXX-25D
98
8069R–AVR–06/2013
XMEGA A4
Not recommended for new designs -
Use XMEGA A4U series
23. Clearing TWI Stop Interrupt Flag may lock the bus
If software clears the STOP Interrupt Flag (APIF) on the same Peripheral Clock cycle as the
hardware sets this flag due to a new address received, CLKHOLD is not cleared and the
SCL line is not released. This will lock the bus.
Problem fix/Workaround
Check if the bus state is IDLE. If this is the case, it is safe to clear APIF. If the bus state is
not IDLE, wait for the SCL pin to be low before clearing APIF.
Code:
/* Only clear the interrupt flag if within a "safe zone". */
while ( /* Bus not IDLE: */
((COMMS_TWI.MASTER.STATUS & TWI_MASTER_BUSSTATE_gm) !=
TWI_MASTER_BUSSTATE_IDLE_gc)) &&
/* SCL not held by slave: */
!(COMMS_TWI.SLAVE.STATUS & TWI_SLAVE_CLKHOLD_bm)
)
{
/* Ensure that the SCL line is low */
if ( !(COMMS_PORT.IN & PIN1_bm) )
break;
}
/* Check for an pending address match interrupt */
if ( !(COMMS_TWI.SLAVE.STATUS & TWI_SLAVE_CLKHOLD_bm) )
{
/* Safely clear interrupt flag */
COMMS_TWI.SLAVE.STATUS |= (uint8_t)TWI_SLAVE_APIF_bm;
}
24. TWI START condition at bus timeout will cause transaction to be dropped
If Bus Timeout is enabled and a timeout occurs on the same Peripheral Clock cycle as a
START is detected, the transaction will be dropped.
Problem fix/Workaround
None.
25. TWI Data Interrupt Flag erroneously read as set
When issuing the TWI slave response command CMD=0b11, it takes 1 Peripheral Clock
cycle to clear the data interrupt flag (DIF). A read of DIF directly after issuing the command
will show the DIF still set.
Problem fix/Workaround
Add one NOP instruction before checking DIF.
26. WDR instruction inside closed window will not issue reset
When a WDR instruction is execute within one ULP clock cycle after updating the window
control register, the counter can be cleared without giving a system reset.
Problem fix/Workaround
Wait at least one ULP clock cycle before executing a WDR instruction.
相關(guān)PDF資料
PDF描述
R83C154DTXXX-30R 8-BIT, MROM, 30 MHz, MICROCONTROLLER, CQCC44
MR80C52CXXX-20SCR 8-BIT, MROM, 20 MHz, MICROCONTROLLER, CQCC44
MQ83C154XXX-30P883D 8-BIT, MROM, 30 MHz, MICROCONTROLLER, CQFP44
R80C32E-40SHXXX:RD 8-BIT, 40 MHz, MICROCONTROLLER, CQCC44
MR80C52EXXX-25SBR 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CQCC44
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
R8432-40 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:Hawk Discrete Wire Termination Machine Operation Manual
R8432-87 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:PNEUMATIC BENCH TERMINATOR ASSEMBLY w/FOOT SWITCH
R8-4416 制造商:Redington Counters Inc 功能描述:ELECTROMECHANICAL TOTALIZING COUNTER; No. of Digits / Alpha:6; Digit Height:4.6mm; Supply Voltage Range:24V DC; Power Consumption:1.5W; Character Size:0.18"; Connector Type:Wire, 10", 22AWG; Depth:2.4"; Height:0.8"; Power Rating:1.5W;RoHS Compliant: Yes 制造商:Redington Counters Inc 功能描述:Model 44 Electromechanical Totalizer
R8450-12 制造商:Penn Elcom 功能描述:Glass Door for 12RU Rack Use With 555-10400
R8450-16 制造商:Penn Elcom 功能描述:Glass Door for 16RU Rack Use With 555-10401 制造商:PENN ELCOM 功能描述:GLASS DOOR FOR 16RU RACK USE WITH 555-10401