Fujitsu Microelectronics Europe Application Note FMEMCU-AN F²MC-16LX FAMILY 16-BIT MICROCONTROLLER ALL SERIES LIN-UART APPLICATION NOTE

Size: px
Start display at page:

Download "Fujitsu Microelectronics Europe Application Note FMEMCU-AN F²MC-16LX FAMILY 16-BIT MICROCONTROLLER ALL SERIES LIN-UART APPLICATION NOTE"

Transcription

1 Fujitsu Microelectronics Europe Application Note FMEMCU-AN F²MC-16LX FAMILY 16-BIT MICROCONTROLLER ALL SERIES LIN-UART APPLICATION NOTE

2 Revision History Revision History Date First version Interrupt effort added Upgraded UPCL note added Issue This document contains 18 pages. AN Fujitsu Microelectronics Europe GmbH

3 Warranty and Disclaimer Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH restricts its warranties and its liability for all products delivered free of charge (eg. software include or header files, application examples, target boards, evaluation boards, engineering samples of IC s etc.), its performance and any consequential damages, on the use of the Product in accordance with (i) the terms of the License Agreement and the Sale and Purchase Agreement under which agreements the Product has been delivered, (ii) the technical descriptions and (iii) all accompanying written materials. In addition, to the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH disclaims all warranties and liabilities for the performance of the Product and any consequential damages in cases of unauthorised decompiling and/or reverse engineering and/or disassembling. Note, all these products are intended and must only be used in an evaluation laboratory environment. 1. Fujitsu Microelectronics Europe GmbH warrants that the Product will perform substantially in accordance with the accompanying written materials for a period of 90 days form the date of receipt by the customer. Concerning the hardware components of the Product, Fujitsu Microelectronics Europe GmbH warrants that the Product will be free from defects in material and workmanship under use and service as specified in the accompanying written materials for a duration of 1 year from the date of receipt by the customer. 2. Should a Product turn out to be defect, Fujitsu Microelectronics Europe GmbH s entire liability and the customer s exclusive remedy shall be, at Fujitsu Microelectronics Europe GmbH s sole discretion, either return of the purchase price and the license fee, or replacement of the Product or parts thereof, if the Product is returned to Fujitsu Microelectronics Europe GmbH in original packing and without further defects resulting from the customer s use or the transport. However, this warranty is excluded if the defect has resulted from an accident not attributable to Fujitsu Microelectronics Europe GmbH, or abuse or misapplication attributable to the customer or any other third party not relating to Fujitsu Microelectronics Europe GmbH. 3. To the maximum extent permitted by applicable law Fujitsu Microelectronics Europe GmbH disclaims all other warranties, whether expressed or implied, in particular, but not limited to, warranties of merchantability and fitness for a particular purpose for which the Product is not designated. 4. To the maximum extent permitted by applicable law, Fujitsu Microelectronics Europe GmbH s and its suppliers liability is restricted to intention and gross negligence. NO LIABILITY FOR CONSEQUENTIAL DAMAGES To the maximum extent permitted by applicable law, in no event shall Fujitsu Microelectronics Europe GmbH and its suppliers be liable for any damages whatsoever (including but without limitation, consequential and/or indirect damages for personal injury, assets of substantial value, loss of profits, interruption of business operation, loss of information, or any other monetary or pecuniary loss) arising from the use of the Product. Should one of the above stipulations be or become invalid and/or unenforceable, the remaining stipulations shall stay in full effect Fujitsu Microelectronics Europe GmbH AN

4 Contents Contents REVISION HISTORY... 2 WARRANTY AND DISCLAIMER... 3 CONTENTS INTRODUCTION LIN-BUS Short LIN Specification LIN-MASTER LIN Master Example code C Code Assembly Code LIN-SLAVE LIN Slave Detecting LIN Synchronization Break Baud Rate Measurement Example Code C Code Assembly Code OVERVIEW ABOUT INTERRUPT EFFORT LIN-UART as LIN Master LIN-UART as LIN Slave ERROR HANDLING Bus broken Bus shortened to V CC Bus shortened to GND NOTES ON USING UART PROGRAMMABLE CLEAR (UPCL) UPCL Handling AN Fujitsu Microelectronics Europe GmbH

5 Introduction 0 Introduction This application note describes how to use the Fujitsu-LIN-UART for LIN-Master- and LIN- Slave-Functionality. This note is intended for implementing a low level hardware driver. It neither gives information of the protocol level nor uses LIN-API. Fujitsu Microelectronics Europe GmbH AN

6 Chapter 1 LIN-Bus 1 LIN-Bus SHORT SPECIFICATION 1.1 Short LIN Specification LIN uses NRZ-8N1L data format in a baud rate range from 9600 Bit/s to Bit/s. A LIN bus is a 1 master to n slaves bus. A LIN message frame consists of a header and a response like in the graphic below: LIN Message Frame Message Frame Header Response Synch Break Synch Field Ident Field Data Field(s) Data Field Checksum Field In-frame response Interbyte space Except for the Synchronization Break all Fields are simple 8N1L data, this means 1 start bit, 8 data bits (LSB first), no parity, 1 stop bit. This Break is specified as follows: SYNCH BREAK FIELD SYNCH FIELD T SYNBRK T SYNDEL SYNCH BREAK FIELD LOGICAL NAME MIN [T bit ] Nom [T bit ] SYNCH BREAK LOW PHASE dominant TSYNBRK 13 a - SYNCH BREAK DELIMITER recessive TSYNDEL 1 a - SYNCH BREAK THROSHOLD SLAVE dominant TSBRKTS 11 b MAX [T bit ] a based on master time base b based on own slave time base AN Fujitsu Microelectronics Europe GmbH

7 Chapter 1 LIN-Bus The Synchronization Field is a simple 0x55 byte (LSB first). Thus it consists of alternately 5 dominant and 5 recessive bits: SYNCH FIELD 8 T bit START STOP BIT BIT All other fields are also simple 8N1L data which contents do not need to be handled specially by the hardware. Fujitsu Microelectronics Europe GmbH AN

8 Chapter 2 LIN-Master 2 LIN-Master HOW TO USE LIN-UART AS MASTER 2.1 LIN Master The LIN master controls the whole sub bus. The master starts a LIN message frame with the LIN synchronization break. After the follow the synchronization field 0x55 and the identifier field. The length of the break can be set with the control bits LBL0, LBL1 of the Extended Status/Control Register (ESCR) of the LIN-UART. Setting LBL0 LBL1 Length* No T bit T bit T bit T bit The following graphics show the timing depending on the setting: * based on master s own time base Setting 1 Setting 2 Setting 3 Setting 4 For sending this break LIN-UART has to be in LIN-Mode (mode 3), and the LBR control bit of the Extended Communication Control Register (ECCR) has to be set to 1 (Note: Bit-access to ECCR is forbidden for MB90390 and MB90340 series, to set the break, write 0x40 to ECCR). At the next internal serial clock the break signal will be generated. At this moment normal 8N1L transmission is blocked, but the 0x55 byte for the synchronization field can be set at this time. After the break a recessive level is set to the serial output and is held for 1 bit time. Then the synchronization field (0x55) starts. The following graphic illustrates this timing: AN Fujitsu Microelectronics Europe GmbH

9 Chapter 2 LIN-Master End of Break Space Synchronization field (0x55) Start of Identifier 1 T bit Because LIN is a single wire network, the master can read back its own transmissions. Therefore enabling the reception after a LIN-Break detection (which was set by the master itself) is recommended. The master then receives the synchronization field as a normal 0x55 data and thus is synchronized to the protocol. Note, that after a complete LIN-Message the reception has to be disabled again, so that the LIN-Break can be detected without getting a framing error. 2.2 Example code The following short example shows how to generate the synch break and field. Note that n is the number of the used UART C Code void InitUARTn(void) SMRn_MD0 = 1; // Set LIN mode SMRn_MD1 = 1; SMRn_SOE = 1; // Enable output SMRn_SCKE = 1; // Set internal clock ESCRn_LBL0 = 1; // Set Break length to 16 Tbit ESCRn_LBL1 = 1; BGRn = 832; // MHz SMRn_UPCL = 1; // Set UART to initial state SCRn_TXE = 1; // Enable transmission void SetBreak(void) ECCRn = 0x40; // Generate LIN Break (LBR = 1) TDRn = 0x55; // Send Synch Field afterwards interrupt void LINBreakDetection (void) ESCRn_LBD = 0; // Clear LIN Break detection flag SCRn_RXE = 1; // enable Reception Fujitsu Microelectronics Europe GmbH AN

10 Chapter 2 LIN-Master Assembly Code #set MD0 6 #set MD1 7 #set SOE 0 #set SCKE 1 #set TXE 0 #set RXE 1 #set LBL0 4 #set LBL1 5 #set UPCL 2 #set LBD 6 ; Bit position definitions InitUARTn: SETB SMRn:MD0 ; Set LIN mode SETB SMRn:MD1 SETB SMRn:SOE ; Enable output SETB SMRn:SCKE ; Set internal clock SETB ESCRn:LBL0 ; Set Break length to 16 Tbit SETB ESCRn:LBL1 MOVW BGRn,#0340 ; MHz SETB SMRn:UPCL ; Set UART to initial state SETB SCRn:TXE ; Enable transmission RETP SetBreak: MOV ECCRn,#40 ; Generate LIN Break MOV TDRn,#55 ; Send Synch Field afterwards RETP ; Interrupt handler irqlbd: CLRB ESCRn:LBD ; Clear LIN Break detection flag SETB SCRn:RXE ; Enable Reception RETI AN Fujitsu Microelectronics Europe GmbH

11 Chapter 3 LIN-Slave 3 LIN-Slave HOW TO USE LIN-UART AS SLAVE 3.1 LIN Slave Any LIN slave is connected to the entire LIN sub bus. To react to a LIN break is stringent. The identifier field then locates a specified slave for responding. To receive the identifier correctly each slave has to adjust to the LIN master s baud rate. Therefore the slave has to measure the LIN synchronization field. The result of this measurement is used for the slave baud rate s adjustment. Note, that this measurement is only necessary, if the slave baud rate can be differ up to ±15% from the master baud rate (e. g. when RC oscillator used for slave clock). Because the LIN-UART is synchronizing its internal clock to the falling edge of the start bit, and samples each bit in the middle of the bit time, a theoretical deviation of about ±5% is tolerable (for 8N1 data format). The following illustration shows an example for 115.2k Bits/s: 3.2 Detecting LIN Synchronization Break The threshold time of the detection is 11 1/2 dominant bits: Bit time Serial Input LBD Fujitsu Microelectronics Europe GmbH AN

12 Chapter 3 LIN-Slave If LIN break detection interrupt is enabled (ESCR_LBIE = 1) and normal data reception is disabled (SCR_RXE = 0), a reception interrupt is generated when the ESCR_LBD bit is set by hardware. Note, the data reception has to be disabled to avoid a framing error (and an additional interrupt) at bit time 9, when a recessive stop bit is expected normally. The LBD flag has to be cleared by writing 0 to it after a break was detected, even if no interrupts are used. 3.3 Baud Rate Measurement If the LIN-UART has detected a LIN Break it waits for the synchronization field. Within this field an internal signal is generated from the first falling edge to the 5 th falling edge. The following graphic illustrates this: Synchronization Field LIN Bus Internal Signal to ICU 8 T bit This internal signal is connected to an Input Capture Unit (ICU) of the MCU. Please refer to the hardware manual, which ICU is connectable to which LIN-UART. The ICU has to be set to both edge detection (). At edge 1 an interrupt is initiated. The user program has to store the actual value of the ICU counter. At edge 5 the second interrupt is initiated. The actual value minus the stored divided by 8 is the new baud rate. This simple algorithm without rounding is accurate enough, so that the calculation result directly can be stored into the baud rate reload counter register. The uncertainty is about 1 LSB anyway, but always within the allowed ±5% tolerance. Note, that the clock divider of the ICU related 16 Bit I/O-Timer has to disabled, i.e. division factor 1, so that the ICU and the UART baud rate generator have the same time base. If other division factors used, the calculation has to be adapted. But be aware that the accuracy decreases with increasing division factor. If high MCU clocks and low speed LIN baud rates are used, the 16 bit of the timer counter will not be sufficient for counting 8 bits. Either division factors have to be used or the calculation has to regard counter overflows. Important Note: After updating the baud rate, the normal data reception must be enabled again to receive the next LIN message fields! This enabling has to be done within 2 bit times. AN Fujitsu Microelectronics Europe GmbH

13 Chapter 3 LIN-Slave 3.4 Example Code In the following an example code for handling the LIN message start is given. Note, that the ICU- and UART-Interrupt masks and vectors have to be initialized C Code void InitUARTn(void) // Initialize UARTn asynchronous LIN mode BGRn = 1666; // 1666 => 16MHz SMRn = 0xCE; // Reset, LIN mode SCRn_RXE = 0; // No reception SSRn_RIE = 1; //... but Reception Interrupt void InitICUj(void) // Initialize Input Capture Unit j for LIN-Synch-Field measurement ICEij_ICUSj = 1; // Connect ICUj to UARTn ICSij_EGj0 = 1; // Both edge detection ICSij_EGj1 = 1; ICSij_ICPj = 0; // Clear possible ICUj-IRQ ICU_State = 0; // State flag char LIN_State; // Flag for LIN message state void Main(void) InitIrqLevels(); // (vectors.c) set_il(7); // allow all levels EI(); // globaly enable interrupts LIN_State = 0; InitUARTn(); InitICUij(); interrupt void UARTn_IRQHandler(void) if (ESCRn_LBD) // LIN-Break detected? ICSij_ICPj = 0; // Clear possible ICUj-IRQ ICSij_ICEj = 1; // Enable ICUj-Interrupt ESCRn_LBD = 0; // Clear detection flag LIN_State = 1; // Update LIN message state Fujitsu Microelectronics Europe GmbH AN

14 Chapter 3 LIN-Slave // Handle other reception irq causes interrupt void ICUij_IRQHandler(void) int ICU_Value1, ICU_Value2; if (LIN_State == 1) // Rising edge detected? ICU_Value1 = IPCPj; LIN_State = 2; else // Falling edge (last edge) detected! ICU_Value2 = IPCPj; LIN_State = 0; // (or other states) // Calculate and set new Baud rate BGRn = (ICU_Value2 - ICU_Value1) / 8; ICSij_ICPj = 0; // Clear ICUj-IRQ // enable data reception RXE= Assembly Code #set RXE 0 ; Bit positions #set RIE 0 #set ICUSj 4 #set EGj0 2 #set EGj1 3 #set ICPj 7 #set LBD 6 InitUARTn: MOVW BRGn,#0682 ; 1666 => MHz MOV SMRn,#CE ; Reset, Lin mode CLRB SCRn:RXE ; No reception STEB SSRn:RIE ;... but reception interrupt RETP InitICUj: SETB I:ICEij:ICUSj ; Connect ICUj to UARTn SETB I:ICSij:EGj0 ; Both edge detection SETB I:ICSij:EGj1 CLRB I:ICSij:ICPj ; Clear possible ICUj-IRQ RETP Main: CALLP \InitIrqLevels ; initialize IRQ vectors and levels MOV ILM,#07 ; allow all levels OR CCR,#40 ; globally enable interrupts MOV A,#0 AN Fujitsu Microelectronics Europe GmbH

15 Chapter 3 LIN-Slave MOV LIN_State,A ; (somewhere in RAM area) CALLP \InitUARTn CALLP \InitICUj ; interrupt handler for UARTn reception irquartn: BBC ESCRn:LBD,NoBreak CLRB ICSij:ICPj ; Clear possible ICUj-IRQ SETB ICSij:ICEj ; enable ICUj-Interrupt CLRB ESCRn:LBD ; Clear detection flag MOV A,#1 MOV LIN_State,A RETI NoBreak: ; Handle other reception IRQ cause ; interrupt handler for ICUj irqicuj: MOV A,LIN_State MOVN A,#1 CMPW A BNZ FallEdge MOVW A,IPCPj ; rising edge MOVW ICU_Value1,A ; (somewhere in RAM area) INC LIN_State BRA irqend FallEdge: PUSHW RW4 ; falling edge MOVW A,IPCPj ; calculate and set new baud rate MOVW RW4,ICU_Value1 ; (ICU_new ICU_old) -> A SUBW A,RW4 LSRW A ; (A / 8) -> A LSRW A LSRW A MOVW BGRn,A ; A -> BGRn POPW INC RW4 LIN_State IrqEnd: CLRB ICSij:ICPj ; clear ICUj-IRQ RETI Fujitsu Microelectronics Europe GmbH AN

16 Chapter 4 Overview about Interrupt Effort 4 Overview about Interrupt Effort INTERRUPTS DURING LIN FRAME 4.1 LIN-UART as LIN Master The following illustration gives an overview about the interrupt effort when LIN-UART is bus master: Master Frame Slave Respond LIN-Bus Set LBR TDR=0x55 Reception-IRQ: LBD RXE = 1 Reception-IRQ: RDRF RDR= data Reception-IRQ: RDRF RDR= checksum RXE = LIN-UART as LIN Slave The following illustration gives an overview about the interrupt effort when LIN-UART is bus slave: Master Frame Slave Respond LIN-Bus Reception-IRQ: LBD ICU-IRQ No. 1 ICU-IRQ No. 2 Transmission-IRQ: TDRE TDR= Data Reception-IRQ: RDRF RDR= Header Transmission-IRQ: TDRE TDR= Checksum AN Fujitsu Microelectronics Europe GmbH

17 Chapter 5 Error Handling 5 Error Handling HOW TO HANDLE HARDWARE ERRORS 5.1 Bus broken If the LIN-Bus is broken, the master gets no response from the slaves. In this case the application will indicate a no-slave-response error. 5.2 Bus shortened to V CC If the LIN-Bus is shortened to the supply voltage, the bus is every time recessive. The application can indicate this error by the missing master-synch-break-read back or also noslave response error. 5.3 Bus shortened to GND If the LIN-Bus is shortened to the ground, the bus is every time dominant. The LIN-Master would read-back the LIN-Synch-Break, but no read-back the 0x55 byte of the Synch Field. The application can indicate this error by wrong read-back* or no-slave-response. Important note: If the serial input of the LIN-UART is connected to ground, the internal LIN- Break-detection circuit will always set the LBD (LIN Break Detection) Flag after each 11 bit times. Be careful using interrupts. Be sure to clear all reception interrupt causes in the interrupt handler routine. * since LIN Specification V 2.0 master read back is not enjoined anymore. Fujitsu Microelectronics Europe GmbH AN

18 Chapter 6 Notes on using UART Programmable Clear (UPCL) 6 Notes on using UART Programmable Clear (UPCL) HOW TO USE UPCL 6.1 UPCL Handling Generally don t set the UPCL-Bit ( Software Reset ) of the Serial Mode Register (SMR) when TXE-Bit of the Serial Control Register (SCR) is 1. AN Fujitsu Microelectronics Europe GmbH

F²MC-8L/16LX FAMILY MB90340 SPI COMMUNICATION TO EXTERNAL ADC. (for MAX1286) 8/16-BIT MICROCONTROLLER APPLICATION NOTE

F²MC-8L/16LX FAMILY MB90340 SPI COMMUNICATION TO EXTERNAL ADC. (for MAX1286) 8/16-BIT MICROCONTROLLER APPLICATION NOTE Fujitsu Microelectronics Europe Application Note MCU-AN-390105-E-V10 F²MC-8L/16LX FAMILY 8/16-BIT MICROCONTROLLER MB90340 SPI COMMUNICATION TO EXTERNAL ADC (for MAX1286) APPLICATION NOTE Revision History

More information

FR FAMILY MB91460 PULSE FREQUENCY MODULATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

FR FAMILY MB91460 PULSE FREQUENCY MODULATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300065-E-V10 FR FAMILY 32-BIT MICROCONTROLLER MB91460 PULSE FREQUENCY MODULATOR APPLICATION NOTE Revision History Revision History Date 2008-06-05

More information

Jasmine Memory Calculations MB87P2020-A

Jasmine Memory Calculations MB87P2020-A Application Note Jasmine Memory Calculations MB87P2020-A Fujitsu Microelectronics Europe GmbH History Date Author Version Comment 17/10/03 MMu V1.0 First version 1 Warranty and Disclaimer To the maximum

More information

MB86R12 Emerald-P. Application Note Clock Setup. Fujitsu Semiconductor Europe GmbH

MB86R12 Emerald-P. Application Note Clock Setup. Fujitsu Semiconductor Europe GmbH Application Note Clock Setup Rev0-03 January 19, 2012 Revised January 19, 2012 an-mb86r12-emerald-p-clocksetup-rev0-03 MB86R12 Emerald-P Warranty and Disclaimer To the maximum extent permitted by applicable

More information

FLEXRAY SK-91F467-FLEXRAY USING SPI ON SK-91F467- FLEXRAY 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

FLEXRAY SK-91F467-FLEXRAY USING SPI ON SK-91F467- FLEXRAY 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300010-E-V10 FLEXRAY 32-BIT MICROCONTROLLER SK-91F467-FLEXRAY USING SPI ON SK-91F467- FLEXRAY APPLICATION NOTE Revision History Revision History

More information

MB86297A Carmine Video Capture Unit Colour Conversion

MB86297A Carmine Video Capture Unit Colour Conversion Application Note MB8697A Carmine Video Capture Unit Colour Conversion Fujitsu Microelectronics Europe GmbH History Date Author Version Comment 5..8 Anders Ramdahl.1 First draft 6..8 Anders Ramdahl. Second

More information

F²MC-8FX/16LX/16FX/FR FAMILY LIN CONFORMANCE TEST

F²MC-8FX/16LX/16FX/FR FAMILY LIN CONFORMANCE TEST Fujitsu Microelectronics Europe Application Note MCU-AN-300106-E-V10 F²MC-8FX/16LX/16FX/FR FAMILY 8/16/32-BIT MICROCONTROLLER ALL SERIES LIN CONFORMANCE TEST APPLICATION NOTE Revision History Revision

More information

F²MC-8L/8FX/16LX/FR FAMILY

F²MC-8L/8FX/16LX/FR FAMILY Fujitsu Microelectronics Europe Application Note MCU-AN-300007-E-V13 F²MC-8L/8FX/16LX/FR FAMILY 8/16/32-BIT MICROCONTROLLER ALL SERIES OSCILLATOR CIRCUIT CONFIGURATION APPLICATION NOTE Revision History

More information

GRAPHICS CONTROLLERS SPRITE ENGINE PERFORMANCE MB88F332 'INDIGO' APPLICATION NOTE GRAPHICS COMPETENCE CENTER

GRAPHICS CONTROLLERS SPRITE ENGINE PERFORMANCE MB88F332 'INDIGO' APPLICATION NOTE GRAPHICS COMPETENCE CENTER Fujitsu Microelectronics Europe Application Note an-mb88f332-spe-performance-rev0-20 GRAPHICS CONTROLLERS MB88F332 'INDIGO' SPRITE ENGINE PERFORMANCE APPLICATION NOTE GRAPHICS COMPETENCE CENTER Revision

More information

Fujitsu Microelectronics Europe Application Note MCU-AN E-V10 FR FAMILY MB91460 FLASH ERASE & PROGRAMMING TIMES APPLICATION NOTE

Fujitsu Microelectronics Europe Application Note MCU-AN E-V10 FR FAMILY MB91460 FLASH ERASE & PROGRAMMING TIMES APPLICATION NOTE Fujitsu Microelectronics Europe Application Note MCU-AN-300017-E-V10 FR FAMILY MB91460 FLASH ERASE & PROGRAMMING TIMES APPLICATION NOTE Revision History Revision History Date 2006-02-01 2006-02-13 V1.0;

More information

TRACE APPLICATION NOTE VERSION MB86R01 'JADE' & GREENHILLS TOOLCHAIN. Fujitsu Microelectronics Europe Application Note

TRACE APPLICATION NOTE VERSION MB86R01 'JADE' & GREENHILLS TOOLCHAIN. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note TRACE MB86R01 'JADE' & GREENHILLS TOOLCHAIN APPLICATION NOTE VERSION 0.01 16.9.2008 Revision History Revision History Date 09/15/2008 0.1 tk First draft

More information

FR FAMILY MB91460 PROGRAMMABLE PULSE GENERATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

FR FAMILY MB91460 PROGRAMMABLE PULSE GENERATOR 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300061-E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date Issue

More information

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300201-E-V14 F²MC-16FX FAMILY 16-BIT MICROCONTROLLER ALL SERIES PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date

More information

FR FAMILY MB91460, MB91360 COMPARISON OF FLASH PROGRAMMING+ERASE, MB91F467D&MB91F362A APPLICATION NOTE

FR FAMILY MB91460, MB91360 COMPARISON OF FLASH PROGRAMMING+ERASE, MB91F467D&MB91F362A APPLICATION NOTE Fujitsu Microelectronics Europe Application Note FR FAMILY MB91460, MB91360 COMPARISON OF FLASH PROGRAMMING+ERASE, MB91F467D&MB91F362A APPLICATION NOTE Revision History Comparison of Flash programming+erase,

More information

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note

F²MC-16FX FAMILY ALL SERIES PROGRAMMABLE PULSE GENERATOR 16-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Microelectronics Europe Application Note Fujitsu Microelectronics Europe Application Note MCU-AN-300201-E-V16 F²MC-16FX FAMILY 16-BIT MICROCONTROLLER ALL SERIES PROGRAMMABLE PULSE GENERATOR APPLICATION NOTE Revision History Revision History Date

More information

F²MC-8FX/16LX/16FX/FR FAMILY BLDC DRIVE WITH THE PPG

F²MC-8FX/16LX/16FX/FR FAMILY BLDC DRIVE WITH THE PPG Fujitsu Microelectronics Europe Application Note MCU-AN-300020-E-V10 F²MC-8FX/16LX/16FX/FR FAMILY 8/16/32-BIT MICROCONTROLLER ALL SERIES BLDC DRIVE WITH THE PPG APPLICATION NOTE Revision History Revision

More information

GRAPHICS CONTROLLERS INDIGO SOUND GENERATOR

GRAPHICS CONTROLLERS INDIGO SOUND GENERATOR Fujitsu Microelectronics Europe Application Note an-mb88f332-sg-cfgfifo-rev0-20 GRAPHICS CONTROLLERS MB88F332 'INDIGO' INDIGO SOUND GENERATOR APPLICATION NOTE GRAPHICS COMPETENCE CENTER Revision History

More information

EMA-MB91F467B-NLS144M08B

EMA-MB91F467B-NLS144M08B Fujitsu Microelectronics Europe UG-910060-12-EMA-MB91F467B-NLS144M08B User Guide FR60 FAMILY SOCKET ADAPTER BOARD EMA-MB91F467B-NLS144M08B USER GUIDE Revision History Date Issue 05.07.2007 V1.00, RH/AW/MB,

More information

EMA-MB91F467C-NLS-144M08

EMA-MB91F467C-NLS-144M08 Fujitsu Microelectronics Europe UG910037-12-EMA-MB91F467C-NLS-144M08 User Guide FR60 FAMILY SOCKET ADAPTER BOARD EMA-MB91F467C-NLS-144M08 USER GUIDE Revision History Date Issue 18.09.2006 V1.00, RH/AW,

More information

MB88F332 'Indigo' MB88F333 'Indigo-L' APIX Layout Recommendations

MB88F332 'Indigo' MB88F333 'Indigo-L' APIX Layout Recommendations Application Note MB88F332 'Indigo' MB88F333 'Indigo-L' Layout Recommendations Fujitsu Semiconductor Europe GmbH History Date Author Version Comment 17.03.2009 GCC/HA 0.01 First draft version 01.04.2009

More information

Fujitsu Microelectronics Europe User Guide FMEMCU-UG MB96300 FAMILY HEADER BOARD MB FX-120P-M21 USER GUIDE

Fujitsu Microelectronics Europe User Guide FMEMCU-UG MB96300 FAMILY HEADER BOARD MB FX-120P-M21 USER GUIDE Fujitsu Microelectronics Europe User Guide FMEMCU-UG-960004-14 MB96300 FAMILY HEADER BOARD USER GUIDE Revision History Revision History Date 2006-Jul-05 2007-Mar-02 2007-Mar-09 2007-Apr-11 2008-Feb-06

More information

EMA-MB91F467B-LS144M08B

EMA-MB91F467B-LS144M08B Fujitsu Microelectronics Europe UG-910059-11-EMA-MB91F467B-LS144M08B User Guide FR60 FAMILY SOCKET ADAPTER BOARD EMA-MB91F467B-LS144M08B USER GUIDE Revision History Date Issue 09.07.2007 V1.00, RH/AW/MB,

More information

EMC Design Guide. F²MC-16LX Family

EMC Design Guide. F²MC-16LX Family Application Note EM Design Guide F²M-16LX Family Fujitsu Mikroelektronik GmbH, Microcontroller Application Group History 10 th Oct. 00 NFl V1.0 Initial draft 26 th Apr. 01 NFl V1.1 Oscillator circuit added

More information

FUJITSU APIX DEVICES APIX FIR SET UP REV 1.0 APPLICATION NOTE GRAPHICS COMPETENCE CENTER. Fujitsu Semiconductor Europe Application Note

FUJITSU APIX DEVICES APIX FIR SET UP REV 1.0 APPLICATION NOTE GRAPHICS COMPETENCE CENTER. Fujitsu Semiconductor Europe Application Note Fujitsu Semiconductor Europe Application Note an-apix-fir-setup-rev1.0 FUJITSU APIX DEVICES APIX FIR SET UP REV 1.0 APPLICATION NOTE GRAPHICS COMPETENCE CENTER Revision History Revision History Date 2013-06-06

More information

AN3258 Application note

AN3258 Application note Application note STM8AF and STM8S series HSI oscillator calibration using LIN automatic resynchronization Introduction Local interconnect network (LIN) is a widely used standard for communication between

More information

PN7120 NFC Controller SBC Kit User Manual

PN7120 NFC Controller SBC Kit User Manual Document information Info Content Keywords OM5577, PN7120, Demo kit, Raspberry Pi, BeagleBone Abstract This document is the user manual of the PN7120 NFC Controller SBC kit Revision history Rev Date Description

More information

R_ Driving LPC1500 with EPSON Crystals. Rev October Document information. Keywords Abstract

R_ Driving LPC1500 with EPSON Crystals. Rev October Document information. Keywords Abstract Rev. 1.0 06 October 2015 Report Document information Info Keywords Abstract Content LPC15xx, RTC, Crystal, Oscillator Characterization results of EPSON crystals with LPC15xx MHz and (RTC) 32.768 khz Oscillator.

More information

TED-Kit 2, Release Notes

TED-Kit 2, Release Notes TED-Kit 2 3.6.0 December 5th, 2014 Document Information Info Content Keywords TED-Kit 2, Abstract This document contains the release notes for the TED-Kit 2 software. Contact information For additional

More information

OM29110 NFC's SBC Interface Boards User Manual. Rev May

OM29110 NFC's SBC Interface Boards User Manual. Rev May Document information Info Content Keywords Abstract OM29110, NFC, Demo kit, Raspberry Pi, BeagleBone, Arduino This document is the user manual of the OM29110 NFC s SBC Interface Boards. Revision history

More information

AN Energy Harvesting with the NTAG I²C and NTAG I²C plus. Application note COMPANY PUBLIC. Rev February Document information

AN Energy Harvesting with the NTAG I²C and NTAG I²C plus. Application note COMPANY PUBLIC. Rev February Document information Rev. 1.0 1 February 2016 Application note COMPANY PUBLIC Document information Info Content Keywords NTAG I²C, NTAG I²C plus, Energy Harvesting Abstract Show influencing factors and optimization for energy

More information

16-Bit Hardware Pulse Width Modulator Data Sheet

16-Bit Hardware Pulse Width Modulator Data Sheet 48. 16-Bit Hardware Pulse Width Modulator User Module Data Sheet 16-Bit Hardware Pulse Width Modulator Data Sheet PWM16HW PWM16HW Copyright 2009 Cypress Semiconductor Corporation. All Rights Reserved.

More information

UM Description of the TDA8029 I2C Demo Board. Document information

UM Description of the TDA8029 I2C Demo Board. Document information Rev. 1.0 11 January 2011 User manual Document information Info Keywords Abstract Content TDA8029, I2C, Cake8029_12_D, Contact Smart Card Reader, PN533 This user manual intends to describe the Cake8029_12_D.

More information

TN LPC1800, LPC4300, MxMEMMAP, memory map. Document information

TN LPC1800, LPC4300, MxMEMMAP, memory map. Document information Rev. 1 30 November 2012 Technical note Document information Info Keywords Abstract Content LPC1800, LPC4300, MxMEMMAP, memory map This technical note describes available boot addresses for the LPC1800

More information

Fiber Optic Expansion Interface

Fiber Optic Expansion Interface User Manual for the HE697FBX100 & HE697FBX105 Fiber Optic Expansion Interface Fourth Edition 20 November 1998 MAN0215-04 PREFACE 20 NOV 1998 PAGE 2 PREFACE This manual explains how to use the Fiber Optic

More information

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features.

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features. APPLICATION NOTE AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I Atmel AVR XMEGA Introduction This application note lists out the differences and changes between Revision

More information

APPLICATION NOTE. ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631. Introduction

APPLICATION NOTE. ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631. Introduction APPLICATION NOTE ATA6629/ATA6631 Development Board V2.2 ATA6629/ATA6631 Introduction The development board for the Atmel ATA6629/ATA6631 (ATA6629-EK, ATA6631-EK) is designed to give users a quick start

More information

4590 Tank Side Monitor. Service Manual. Mark/Space Communication Protocol. Software Version v2.03 SRM009FVAE0808

4590 Tank Side Monitor. Service Manual. Mark/Space Communication Protocol.  Software Version v2.03 SRM009FVAE0808 SRM009FVAE0808 4590 Tank Side Monitor Mark/Space Communication Protocol Service Manual Software Version v2.03 www.varec.com Varec, Inc. 5834 Peachtree Corners East, Norcross (Atlanta), GA 30092 USA Tel:

More information

GRAPHICS CONTROLLERS APIX PCB-DESIGN GUIDELINE

GRAPHICS CONTROLLERS APIX PCB-DESIGN GUIDELINE Fujitsu Semiconductor Europe Application Note an-mb88f33x-apixpcbdesignguideline-rev1-20 GRAPHICS CONTROLLERS MB88F33X INDIGO2(-X) APIX PCB-DESIGN GUIDELINE REV1.2 APPLICATION NOTE Revision History Revision

More information

TLE7258LE, TLE7258SJ. About this document. LIN Transceivers Z8F

TLE7258LE, TLE7258SJ. About this document. LIN Transceivers Z8F LIN Transceivers About this document Scope and purpose This document provides application information for the transceiver TLE7258LE/ from Infineon Technologies AG as Physical Medium Attachment within a

More information

AN Programming the PCA200x family of watch ICs. Document information

AN Programming the PCA200x family of watch ICs. Document information Rev. 1 4 September 2012 Application note Document information Info Keywords Abstract Content PCA2000, PCA2001, PCA2002, PCA2003, Calibration The PCA200x are CMOS integrated circuits for battery operated

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 1.1, June 2011 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

GTM-IP. Application Note AN012 ATOM Flexible PWM generation. Date: (Released ) Robert Bosch GmbH Automotive Electronics (AE)

GTM-IP. Application Note AN012 ATOM Flexible PWM generation. Date: (Released ) Robert Bosch GmbH Automotive Electronics (AE) GTM-IP Application Note AN012 ATOM Flexible PWM generation Date: 21.02.2014 (Released 21.02.2014) Robert Bosch GmbH Automotive Electronics (AE) Robert Bosch GmbH i 21.02.2014 LEGAL NOTICE Copyright 2014

More information

AT14164: User Calibration of Internal Temperature Sensor - SAM R21. Introduction. SMART ARM-based MCUs APPLICATION NOTE

AT14164: User Calibration of Internal Temperature Sensor - SAM R21. Introduction. SMART ARM-based MCUs APPLICATION NOTE SMART ARM-based MCUs AT14164: User Calibration of Internal Temperature Sensor - SAM R21 APPLICATION NOTE Introduction This application note explains about calibrating and compensating the errors of temperature

More information

PN7120 NFC Controller SBC Kit User Manual

PN7120 NFC Controller SBC Kit User Manual Document information Info Content Keywords OM5577, PN7120, Demo kit, Raspberry Pi, BeagleBone Abstract This document is the user manual of the PN7120 NFC Controller SBC kit. Revision history Rev Date Description

More information

EIE/ENE 334 Microprocessors

EIE/ENE 334 Microprocessors EIE/ENE 334 Microprocessors Lecture 13: NuMicro NUC140 (cont.) Week #13 : Dejwoot KHAWPARISUTH Adapted from http://webstaff.kmutt.ac.th/~dejwoot.kha/ NuMicro NUC140: Technical Ref. Page 2 Week #13 NuMicro

More information

ATF15xx Power-On Reset Hysteresis Feature. Abstract. Features. Complex Programmable Logic Device APPLICATION NOTE

ATF15xx Power-On Reset Hysteresis Feature. Abstract. Features. Complex Programmable Logic Device APPLICATION NOTE Complex Programmable Logic Device ATF15xx Power-On Reset Hysteresis Feature APPLICATION NOTE Abstract For some applications, a larger power reset hysteresis is required to prevent an Atmel ATF15xx Complex

More information

Mini Receiver. Off Peak System Control. Operation & Installation Guide for Power Line Carrier WARRANTY. (Applicable to Software Version

Mini Receiver. Off Peak System Control. Operation & Installation Guide for Power Line Carrier WARRANTY. (Applicable to Software Version MR9 WARRANTY Steffes Corporation ( Steffes ) warrants that the Steffes Power Line Carrier Mini Receiver is free from defects in materials and workmanship under normal use and service. Steffes obligation

More information

15 Amp Digital High Frequency PWM Motor Speed Controller SPD-315-D and SPD-315-DS

15 Amp Digital High Frequency PWM Motor Speed Controller SPD-315-D and SPD-315-DS 15 Amp Digital High Frequency PWM Motor Speed Controller SPD-315-D and SPD-315-DS The SPD-315-D(S) PWM controller allows you to control the speed of a motor, brightness of a lamp or other load using a

More information

UM DALI getting started guide. Document information

UM DALI getting started guide. Document information Rev. 1 6 March 2012 User manual Document information Info Keywords Abstract Content LPC111x, LPC1343, ARM, Cortex M0/M3, DALI, USB, lighting control, USB to DALI interface. This user manual explains how

More information

Application Note. Preliminary. 8-bit Microcontrollers

Application Note. Preliminary. 8-bit Microcontrollers AVR140: ATmega48/88/168 family run-time calibration of the Internal RC oscillator for LIN applications Features Calibration of internal RC oscillator via UART LIN 2.0 compatible synchronization/calibration

More information

Driving LEDs with a PIC Microcontroller Application Note

Driving LEDs with a PIC Microcontroller Application Note Driving LEDs with a PIC Microcontroller Application Note Introduction Nowadays, applications increasingly make use of LEDs as a replacement for traditional light bulbs. For example, LEDs are frequently

More information

AN PN7150X Frequently Asked Questions. Application note COMPANY PUBLIC. Rev June Document information

AN PN7150X Frequently Asked Questions. Application note COMPANY PUBLIC. Rev June Document information Document information Info Content Keywords NFC, PN7150X, FAQs Abstract This document intents to provide answers to frequently asked questions about PN7150X NFC Controller. Revision history Rev Date Description

More information

40 Amp Digital Bidirectional PWM Motor Controller with Regenerative Braking BIDIR-340-DR

40 Amp Digital Bidirectional PWM Motor Controller with Regenerative Braking BIDIR-340-DR 40 Amp Digital Bidirectional PWM Motor Controller with Regenerative Braking BIDIR-340-DR The BIDIR-340-DR is a fully solid-state motor controller that allows you to control the speed and direction of a

More information

16-Bit PWM Dead Band Generator Data Sheet

16-Bit PWM Dead Band Generator Data Sheet 44. 16-Bit PWM Dead Band Generator 16-Bit PWM Dead Band Generator Data Sheet Copyright 2002-2009 Cypress Semiconductor Corporation. All Rights Reserved. PWMDB16 PSoC Blocks API Memory (Bytes) Pins (per

More information

ZKit-51-RD2, 8051 Development Kit

ZKit-51-RD2, 8051 Development Kit ZKit-51-RD2, 8051 Development Kit User Manual 2.0, Oct 2013 This work is licensed under the Creative Commons Attribution-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/2.5/in/

More information

AN NTAG21xF, Field detection and sleep mode feature. Rev July Application note COMPANY PUBLIC. Document information

AN NTAG21xF, Field detection and sleep mode feature. Rev July Application note COMPANY PUBLIC. Document information Document information Info Content Keywords NTAG, Field detection pin, Sleep mode Abstract It is shown how the field detection pin and its associated sleep mode function can be used on the NTAG21xF-family

More information

a6850 Features General Description Asynchronous Communications Interface Adapter

a6850 Features General Description Asynchronous Communications Interface Adapter a6850 Asynchronous Communications Interface Adapter September 1996, ver. 1 Data Sheet Features a6850 MegaCore function implementing an asychronous communications interface adapter (ACIA) Optimized for

More information

Stepper Motor Board. User Manual. 1.0, Oct 2013

Stepper Motor Board. User Manual. 1.0, Oct 2013 Stepper Motor Board User Manual 1.0, Oct 2013 This work is licensed under the Creative Commons AttributionShare Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/bysa/2.5/in/

More information

10 Amp Digital PWM Motor Speed Controller CV-2110-HD and CV-2110-HDS

10 Amp Digital PWM Motor Speed Controller CV-2110-HD and CV-2110-HDS 10 Amp Digital PWM Motor Speed Controller CV-2110-HD and CV-2110-HDS The Analog / Digital PWM controller allows you to control the speed of a motor, brightness of a lamp or other device using an analog

More information

AN MIFARE Plus Card Coil Design. Application note COMPANY PUBLIC. Rev April Document information

AN MIFARE Plus Card Coil Design. Application note COMPANY PUBLIC. Rev April Document information MIFARE Plus Card Coil Design Document information Info Content Keywords Contactless, MIFARE Plus, ISO/IEC 1443, Resonance, Coil, Inlay Abstract This document provides guidance for engineers designing magnetic

More information

Atmel ATA6629/ Atmel ATA6631 Development Board V2.2. Application Note. Atmel ATA6629/ATA6631 Development Board V

Atmel ATA6629/ Atmel ATA6631 Development Board V2.2. Application Note. Atmel ATA6629/ATA6631 Development Board V Atmel ATA6629/ATA6631 Development Board V2.2 1. Introduction The development board for the Atmel ATA6629/ATA6631 (ATA6629-EK, ATA6631-EK) is designed to give users a quick start using these ICs and prototyping

More information

Technical Support, End User License & Warranty Information

Technical Support, End User License & Warranty Information Technical Support, End User License & Warranty Information How to get Technical Support Pazzles provides free Technical Support for your Inspiration Vūe for a period of 1 year from the date of purchase.

More information

UM GreenChip TEA1995DB1295 synchronous rectifier controller demo board. Document information

UM GreenChip TEA1995DB1295 synchronous rectifier controller demo board. Document information GreenChip TEA1995DB1295 synchronous rectifier controller demo board Rev. 1 8 July 2015 User manual Document information Info Keywords Abstract Content TEA1995T, LLC converter, dual Synchronous Rectifier

More information

UM User manual for di2c demo board. Document information

UM User manual for di2c demo board. Document information Rev. 1.1 10 July 2017 User manual Document information Info Keywords Abstract Content di2c-bus, differential I 2 C-bus buffer, PCA9614, PCA9615, PCA9616 User manual for the di2c demo board OM13523. This

More information

IP-OptoAD16. Opto-Isolated 16-bit A/D Conversion IndustryPack. User s Manual

IP-OptoAD16. Opto-Isolated 16-bit A/D Conversion IndustryPack. User s Manual IP-OptoAD16 Opto-Isolated 16-bit A/D Conversion IndustryPack User s Manual SBS GreenSpring Modular I/O Subject to change without notice. Manual Revision: 2 7/27/99 Hardware Revision: A IP-OptoAD16 Opto-Isolated

More information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information

AN PR533 USB stick - Evaluation board. Application note COMPANY PUBLIC. Rev May Document information PR533 USB stick - Evaluation board Document information Info Content Keywords PR533, CCID, USB Stick, Contactless Reader Abstract This application notes describes the PR533 evaluation board delivered in

More information

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer In asynchronous data transfer, there is no clock line between the two devices Both devices

More information

Instruction Sheet SNE SERIES. Cable Chase

Instruction Sheet SNE SERIES. Cable Chase Instruction Sheet SNE SERIES Cable Chase THANK YOU Thank you for purchasing the SNE Series Cable Chase. Please read these instructions thoroughly before installing this product. PRODUCT FEATURES The 45

More information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information

AN NFC, PN533, demo board. Application note COMPANY PUBLIC. Rev July Document information Rev. 2.1 10 July 2018 Document information Info Keywords Abstract Content NFC, PN533, demo board This document describes the. Revision history Rev Date Description 2.1. 20180710 Editorial changes 2.0 20171031

More information

DATA SHEET. PCD5002 Advanced POCSAG and APOC-1 Paging Decoder INTEGRATED CIRCUITS Jun 24

DATA SHEET. PCD5002 Advanced POCSAG and APOC-1 Paging Decoder INTEGRATED CIRCUITS Jun 24 INTEGRATED CIRCUITS DATA SHEET Advanced POCSAG and APOC-1 Paging Supersedes data of 1997 Mar 04 File under Integrated Circuits, IC17 1997 Jun 24 CONTENTS 1 FEATURES 2 APPLICATIONS 3 GENERAL DESCRIPTION

More information

IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE INSTALLING THE SOFTWARE: THIS LICENCE AGREEMENT (LICENCE) IS A LEGAL AGREEMENT BETWEEN

IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE INSTALLING THE SOFTWARE: THIS LICENCE AGREEMENT (LICENCE) IS A LEGAL AGREEMENT BETWEEN Date: 1st April 2016 (1) Licensee (2) ICG Visual Imaging Limited Licence Agreement IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE INSTALLING THE SOFTWARE: THIS LICENCE AGREEMENT (LICENCE) IS A LEGAL AGREEMENT

More information

4-bit bidirectional universal shift register

4-bit bidirectional universal shift register Rev. 3 29 November 2016 Product data sheet 1. General description The is a. The synchronous operation of the device is determined by the mode select inputs (S0, S1). In parallel load mode (S0 and S1 HIGH)

More information

Using the Triscend LiteLoader Software

Using the Triscend LiteLoader Software Using the Triscend LiteLoader Software January 2002 Version 1.0 Introduction The Triscend LiteLoader is a set of ANSI-C software routines that allow a host processor to program a Triscend E5 CSoC device,

More information

TA75W01FU TA75W01FU. Dual Operational Amplifier. Features Pin Connection (Top View)

TA75W01FU TA75W01FU. Dual Operational Amplifier. Features Pin Connection (Top View) TOSHIBA Bipolar Linear Integrated Circuit Silicon Monolithic TA75W01FU Dual Operational Amplifier Features In the linear mode the input common mode voltage range includes ground. The internally compensated

More information

4-bit bidirectional universal shift register

4-bit bidirectional universal shift register Rev. 3 29 November 2016 Product data sheet 1. General description The is a. The synchronous operation of the device is determined by the mode select inputs (S0, S1). In parallel load mode (S0 and S1 HIGH)

More information

Preliminary Data Sheet!

Preliminary Data Sheet! HELLROARING TECHNOLOGIES, INC. P.O. BOX 1521 POLSON, MT 59860 406 883-3801 HTTP://WWW.HELLROARING.COM SALES11@HELLROARING.COM SSD-100200-1200V-XP-XC Preliminary Data Sheet! The SSD-100200-1200V-XP-TTL

More information

Instruction Sheet D-CPU. Secure CPU Holder

Instruction Sheet D-CPU. Secure CPU Holder Instruction Sheet D-CPU Secure CPU Holder I-00457 Rev A PARTS LIST NOTE: Select Security Components when a more secure application is desired. Mounting Track with Mounting Tape Security Bracket Assembly

More information

TOSHIBA Original CMOS 16-Bit Microcontroller. TLCS-900/H Series TMP95C061BFG TMP95C061BDFG. Semiconductor Company

TOSHIBA Original CMOS 16-Bit Microcontroller. TLCS-900/H Series TMP95C061BFG TMP95C061BDFG. Semiconductor Company TOSHIBA Original CMOS 16-Bit Microcontroller TLCS-900/H Series TMP95C061BFG TMP95C061BDFG Semiconductor Company TMP95C061B Document Change Notification The purpose of this notification is to inform customers

More information

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader

AN Low Frequency RFID Card Reader. Application Note Abstract. Introduction. Working Principle of LF RFID Reader Low Frequency RFID Card Reader Application Note Abstract AN52164 Authors: Richard Xu Jemmey Huang Associated Project: None Associated Part Family: CY8C24x23 Software Version: PSoC Designer 5.0 Associated

More information

Automotive Sensor Signal Conditioner with LIN and PWM Interface

Automotive Sensor Signal Conditioner with LIN and PWM Interface Automotive Sensor Signal Conditioner with LIN and PWM Interface ZSSC3170 Functional Description Contents 1 Control Logic... 4 1.1 General Description... 4 1.2 CMC Description... 4 1.3 General Working Modes...

More information

AN High-performance PCB antennas for ZigBee networks. Document information. Keywords

AN High-performance PCB antennas for ZigBee networks. Document information. Keywords Rev. 1.0 22 May 2015 Application note Document information Info Content Keywords Meander antenna, Inverted-F antenna, Dipole antenna, JN516x, ZigBee Abstract This application note describes three designs

More information

UM OM29263ADK Quick start guide antenna kit COMPANY PUBLIC. Document information

UM OM29263ADK Quick start guide antenna kit COMPANY PUBLIC. Document information Rev. 1.0 8 February 2018 User manual 465010 COMPANY PUBLIC Document information Information Keywords Abstract Content NFC antenna, antenna kit, CLEV663B, CLRC663 plus, NFC Antenna Development Kit, OM29263ADK

More information

ACT-IR220Li/220LN IrDA Serial Port Adapter

ACT-IR220Li/220LN IrDA Serial Port Adapter ACT-IR220Li/220LN IrDA Serial Port Adapter Product Specification Summary ACTiSYS Corp. 48511 Warm Springs Blvd, Suite 206 Fremont, CA 94539, USA TEL: (510) 490-8024, FAX: (510) 623-7268 E-Mail: irda-support@actisys.com

More information

AN2581 Application note

AN2581 Application note AN2581 Application note STM32F10xxx TIM application examples Introduction This application note is intended to provide practical application examples of the STM32F10xxx TIMx peripheral use. This document,

More information

TC7SB3157CFU TC7SB3157CFU. 1. Functional Description. 2. General. 3. Features. 4. Packaging and Pin Assignment. 5. Marking Rev.4.

TC7SB3157CFU TC7SB3157CFU. 1. Functional Description. 2. General. 3. Features. 4. Packaging and Pin Assignment. 5. Marking Rev.4. CMOS Digital Integrated Circuits Silicon Monolithic TC7SB3157CFU TC7SB3157CFU 1. Functional Description Single 1-of-2 Multiplexer/Demultiplexer 2. General The TC7SB3157CFU is a high-speed CMOS single 1-of-2

More information

PTN5100 PCB layout guidelines

PTN5100 PCB layout guidelines Rev. 1 24 September 2015 Application note Document information Info Content Keywords PTN5100, USB PD, Type C, Power Delivery, PD Controller, PD PHY Abstract This document provides a practical guideline

More information

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction

UM0791 User manual. Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx. Introduction User manual Demonstration firmware for the DMX-512 communication protocol receiver based on the STM32F103Zx Introduction This document describes how to use the demonstration firmware for the DMX-512 communication

More information

ES_LPC1114. Errata sheet LPC1114. Document information

ES_LPC1114. Errata sheet LPC1114. Document information Rev. 2 15 November 2010 Errata sheet Document information Info Keywords Abstract Content LPC1114 errata This errata sheet describes both the known functional problems and any deviations from the electrical

More information

TI Designs: Biometric Steering Wheel. Amy Ball TIDA-00292

TI Designs: Biometric Steering Wheel. Amy Ball TIDA-00292 www.ti.com 2 Biometric Steering Wheel - -Revised July 2014 www.ti.com TI Designs: Biometric Steering Wheel - -Revised July 2014 Biometric Steering Wheel 3 www.ti.com 4 Biometric Steering Wheel - -Revised

More information

C2000 Operational Manual

C2000 Operational Manual C2000 Operational Manual Document #101-0009 1 3/09/05 TABLE OF CONTENTS I. INTRODUCTION... 4 Options... 4 II. OPERATION...5-6 Vend Switches... 5 Configuration Switches... 5 LED... 5 Resetting... 6 III.

More information

g GETTING STARTED D PC System Requirements Computer: Pentium 90 MHz processor or equivalent.

g GETTING STARTED D PC System Requirements Computer: Pentium 90 MHz processor or equivalent. g GETTING STARTED D PC System Requirements Computer: Pentium 90 MHz processor or equivalent. Operating Systems: Windows 2000, Windows XP, or Windows Vista. Memory: 16 MB of RAM Controls: A keyboard and

More information

8-bit Microcontroller with 2K Bytes In-System Programmable Flash. ATtiny261A. Appendix A. Appendix A ATtiny261A Specification at 105 C

8-bit Microcontroller with 2K Bytes In-System Programmable Flash. ATtiny261A. Appendix A. Appendix A ATtiny261A Specification at 105 C Appendix A ATtiny261A Specification at 15 C This document contains information specific to devices operating at temperatures up to 15 C. Only deviations are covered in this appendix, all other information

More information

SSR-150xxx-40VL-12P-xC-xxxCS

SSR-150xxx-40VL-12P-xC-xxxCS HELLROARING TECHNOLOGIES, INC. P.O. BOX 1521 POLSON, MT 59860 406 883-3801 HTTP://WWW.HELLROARING.COM SUPPORT@HELLROARING.COM SSR-150xxx-40VL-12P-xC-xxxCS The SSR-150xxx-40VL-12P-xC-xxxCS is designed for

More information

RFTX-1 Installation Manual

RFTX-1 Installation Manual RFTX-1 Installation Manual complete control Universal Remote Control RFTX-1 Installation Manual 2009-2014 Universal Remote Control, Inc. The information in this Owner s Manual is copyright protected. No

More information

UM DALI getting started guide. Document information

UM DALI getting started guide. Document information Rev. 2 6 March 2013 User manual Document information Info Content Keywords LPC111x, LPC1343, ARM, Cortex M0/M3, DALI, USB, lighting control, USB to DALI interface. Abstract This user manual explains how

More information

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information

MaxLite LED Self-Driven LiteBars

MaxLite LED Self-Driven LiteBars Accessories Length: 4, 12, 40 Connector Box Straight Joiner Wire Joiner Mounting Clip Distribution Box Left Joiner Wire Joiner with Plug length: 40 Magnet Bracket Right Joiner End Cap Rotation Bracket

More information

XGATE Library: PWM Driver Generating flexible PWM signals on GPIO pins

XGATE Library: PWM Driver Generating flexible PWM signals on GPIO pins Freescale Semiconductor Application Note AN3225 Rev. 0, 2/2006 XGATE Library: PWM Driver Generating flexible PWM signals on GPIO pins by: Armin Winter, Field Applications, Wiesbaden Daniel Malik, MCD Applications,

More information

RUSH G1 MECHANICAL KEYBOARD PRODUCT MANUAL V.14

RUSH G1 MECHANICAL KEYBOARD PRODUCT MANUAL V.14 RUSH G1 MECHANICAL KEYBOARD V.14 SOFTWARE INSTALLATION DOWNLOAD SOFTWARE INSTALLER From: http://download.fnatic.com RUN THE INSTALLER ACCEPT POP UPS If you are prompted by any pop ups during the installation,

More information

Installation Instructions

Installation Instructions Articulating Hex Monitor Mount Stand Installation Instructions UNPACKING Carefully open the carton, remove contents, and place them on a protected surface to avoid damage. Check the parts and the Supplied

More information