NuSpeech Family N5132 High Sound Quality Voice Synthesizer Technical Reference Manual

Size: px
Start display at page:

Download "NuSpeech Family N5132 High Sound Quality Voice Synthesizer Technical Reference Manual"

Transcription

1 NuSpeech Family N5132 High Sound Quality Voice Synthesizer Technical Reference Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton. Nuvoton is providing this document only for reference purposes of NuVoice microcontroller based system design. Nuvoton assumes no responsibility for errors or omissions. All data and specifications are subject to change without notice. For additional information or questions, please contact: Nuvoton Technology Corporation. November 7, 2014 Page 1 of 20 Rev. 1.0

2 Table of Contents Table of Contents... 2 List of Tables... 3 List of Figures General Description Features Pin Configuration Pin Assignment (SOP20) Pin Description SPI interface SPI Command Summary The command protocol type The limitations of SPI command protocol The maximum SPI bus serial clock rate Intervals between successive SPI commands Send PLAY commands continually How to wake up N Status Register The Calibration of System Clock Application Circuit Revision History November 7, 2014 Page 2 of 20 Rev. 1.0

3 List of Tables Table 4-1: The SPI command summary... 8 Table 6-1: The method to enable the output of 250 Hz clock List of Figures Figure 4-1: N5132 supports SPI bus protocol Mode Figure 4-2: The common features of all command protocol types... 9 Figure 4-3: N5132 receives the PLAY command correctly Figure 4-4: The N5132 will not execute this PLAY command Figure 4-5: The desired protocol sequence for READ_ID command Figure 4-6: The N5132 does not execute the READ_ID command Figure 4-7: Open the Product ID menu Figure 4-8: The SPI bus timing of READ_ID command Figure 4-9: N5132 receives a valid command based on the command protocol Figure 4-10: N5132 will not execute the received command once ABANDON-code is received.. 13 Figure 4-11: The SPI bus serial clock rate can be up to 12.5KHz Figure 4-12: The intervals between two successive SPI transitions must be longer than 1 ms Figure 4-13: Send STOP command to terminate the previous playback Figure 4-14: The method to wake up N5132 from standby mode Figure 7-1: The application circuit for 3 batteries Figure 7-2: The application circuit for 2 batteries November 7, 2014 Page 3 of 20 Rev. 1.0

4 1 GENERAL DESCRIPTION The N5132 is a high sound quality Voice Synthesizer with advanced 5-bit MDPCM algorithm. It includes 4-bit C with SPI interface to communicate with external and PWM output to playback voice.. Note1: Please refer to data sheet for electrical related spec and typical applications. 2 FEATURES Wide operation voltage: 2.2~5.5V Embedded 2M-bit OTP System clock: 8MHz generated by ring oscillation Hardware synthesis 1 channel with 5-bit MDPCM data format The voice file will be encoded to MDPCM data format by playlist editor tool. The playlist editor tool possesses friendly GUI to allow user to define voices combination. Built-in PWM to drive speaker directly Provide Watch Dog Timer Low Voltage Reset (LVR) to avoid lock up Provide SPI interface to communicate with external The N5132 operates in SPI bus protocol mode 3 only. The N5132 will serve as a slave device while external microcontroller is a master. The SPI bus serial clock rate can be up to 12.5KHz Package type: SOP 20-pin Die form November 7, 2014 Page 4 of 20 Rev. 1.0

5 3 PIN CONFIGURATION 3.1 Pin Assignment (SOP20) NC 1 20 BP32 (0: Enable CLK250HZ output) VSS1 BP33 (CLK250HZ output) VDD1 VPP PWM+ /RESET VDD_SPK PWM- 5 N5132 (SOP20) 15 VDD OSC VSS_SPK VSS TEST BP13 () V33O BP12 () () BP BP11 () 3.2 Pin Description Name Type Power Description 1. SPI interface (BP10) I/O VDD The chip select pin of SPI interface. The alternate function is used to program OTP memory. (BP11) I/O VDD The serial clock pin of SPI interface. The alternate function is used to program OTP memory. (BP12) I/O VDD The master data input/slave data output pin of SPI interface. The alternate function is used to program OTP memory. (BP13) I/O VDD The master data output/slave data input pin of SPI interface. The alternate function is used to program OTP memory. 2. Oscillator OSC I V33O Ring oscillator input. Connect one resistor of 150K ohm to VSS. 3. Speaker Driver PWM+ O VDD_SPK PWM drive positive output. PWM- O VDD_SPK PWM drive negative output. VDD_SPK P - Power supply for PWM drive. VSS_SPK P - Ground for PWM drive. 4. Power VDD1 P - Power supply for BP32 and BP33. It must connect to VDD. November 7, 2014 Page 5 of 20 Rev. 1.0

6 VSS1 P - Ground pin. It must connect to VSS. VDD P - Power supply. VSS P - Ground pin. V33O Pout VDD 3.3V regulator output. It is for chip internal use only, cannot connect to external device. VPP P - Power supply 7.5V input for OTP memory programming. 5. Other NC for normal operation. /RESET I VDD Chip reset input pin with Schmitt trigger, internal pull-high. TEST I VDD Test pin, internal pull-high. The alternate function is used to program OTP memory. BP32 I VDD1 To connect BP32 to GND will enable the output of 250 Hz clock at BP33. But the BP32 setting can take effect only when the SPI CLK250HZ_EN command is not issued from host. Please refer to Chapter 6 for detailed description. BP33 O VDD1 This pin will output 250 Hz clock for calibration once SPI command CLK250HZ_EN is received, or BP32 is connected to GND. Please refer to Chapter 6 for detailed description. This pin will change to input type when the N5132 enters standby mode. November 7, 2014 Page 6 of 20 Rev. 1.0

7 4 SPI INTERFACE The N5132 uses an industry standard SPI interface to communicate with microcontroller host. However, the SPI bus protocol includes 4 modes. But the N5132 operates in mode 3 only. These SPI modes determine the relationship between the serial clock and the data bits. Many common microcontrollers contain built-in hardware SPI ports. Some of these controllers make the SPI mode fully programmable, others allow a more limited selection. In order to have direct compatibility with the N5132, the user should select Mode 3. Attempting to communicate in modes other than 3 will cause the N5132 to behave unpredictably. In some cases, users will be emulating the SPI protocol in software using general-purpose port pins. In this case, the software can be written to manipulate the port pins to achieve the correct relationship. The correct relationship for Mode 3 is shown in the Figure 4-1. Shift out Shift in MSB LSB MSB LSB Figure 4-1: N5132 supports SPI bus protocol Mode 3 For mode 3, the signal must fall low prior to the first falling edge of. The data input at pin is latched on the rising edge of serial clock () and data output at pin shifts out on the falling edge of. Finally the is raised to high level to close this SPI transaction. November 7, 2014 Page 7 of 20 Rev. 1.0

8 4.1 SPI Command Summary The microcontroller host can send commands through the SPI interface to achieve the intended functions. The SPI commands supported by the N5132 are listed in Table 4-1. Table 4-1: The SPI command summary Command Format Function description Command Protocol 1. END 0x01 END-code at the end of SPI transaction All protocol types 2. READ_ID 0x10 Read identification typed in playlist generation Protocol type 2 3. READ_ 0x11 Query the value of status register of N5132 Protocol type 3 4. PLAY 0x7F Play the selected playlist specified by the INDEX byte which follows the PLAY command. The INDEX byte indicates the playlist number. Protocol type 1 5. STOP 0x80 Stop playback Protocol type 3 6. PWR_DOWN 0x82 N5132 enters standby mode. N5132 will consume minimum power. Protocol type 3 7. CLK250HZ_EN 0x83 Enable the output of 250 Hz clock at BP33 pin Protocol type 3 8. CLK250HZ_DIS 0x84 Disable the output of 250 Hz clock at BP33 pin Protocol type 3 9. ABANDON 0xE0 ABANDON-code at the end of SPI transaction. All protocol types 10. VOL1 0xF1 Small volume Protocol type VOL2 0xF2 Set volume larger than VOL1 setting Protocol type VOL3 0xF3 Set volume larger than VOL2 setting Protocol type VOL4 0xF4 Full volume Protocol type 3 The N5132 incorporates three types of command protocol to send the SPI commands. A complete explanation of the command protocol types is described in the section 4.2. But all the command protocol types possess the common features listed below. The SPI command is shifted into the first byte of SPI transaction. And the command s MSB bit is the first bit to be sent by the microcontroller host. The value of status register of N5132 is always shifted out as the first byte at pin. And the MSB of status register is the first bit to be shifted out by the N5132. The received SPI command by N5132 will be to pin after status byte November 7, 2014 Page 8 of 20 Rev. 1.0

9 (Feature 1) command (Feature 2) Command (Feature 3) Figure 4-2: The common features of all command protocol types November 7, 2014 Page 9 of 20 Rev. 1.0

10 4.2 The command protocol type The N5132 incorporates the command protocols to prevent inadvertent write cycles caused by spurious system level signals that may exist during power transition. The feature of command protocol allows microcontroller host to examine in time whether or not the N5132 receives the instructions correctly. Command protocol type 1 This command protocol 1 is applied to PLAY command only. The Figure 4-3 shows that the PLAY command is transmitted successfully. The host can close the SPI transaction after sending three bytes and N5132 will execute the PLAY command to play the selected playlist specified by the INDEX. The INDEX byte indicates the playlist number. PLAY command INDEX END-code (0x01) PLAY command INDEX Figure 4-3: N5132 receives the PLAY command correctly. If the PLAY command is not correctly, the microcontroller should send an ABANDON-code following the INDEX byte. The N5132 will not execute the PLAY command. The command protocol to abort this PLAY command is shown in Figure 4-4. PLAY command INDEX ABANDON-code (0xE0) Wrong command INDEX Figure 4-4: The N5132 will not execute this PLAY command. November 7, 2014 Page 10 of 20 Rev. 1.0

11 Command protocol type 2 This command protocol 2 is applied to READ_ID only. The READ_ID command is used to read the 4 bytes of product ID bonded to the set of playlists. When user creates the playlists using the playlist editor tool, user can assign 4-byte hexadecimal codes as the specified product ID at the same time. In order to do validation of connected chip, the microcontroller host can compare the product ID by using the READ_ID command. Once READ_ID command is received at the beginning of SPI transaction, N5132 will shift out the product ID following the command. The desired protocol sequence is shown in Figure READ_ID command x** 0x** 0x** 0x** END-code (0x01) Command ID[31:24] ID[23:16] ID[15:8] ID[7:0] 0x** = means do not care Figure 4-5: The desired protocol sequence for READ_ID command. The microcontroller host can terminate this SPI transaction using the command scheme shown in Figure 4-6 if the command is wrong. READ_ID command 0x** ABANDON-code (0xE0) Wrong command 0x** 0x** = means do not care Figure 4-6: The N5132 does not execute the READ_ID command. To create your product ID, on the Project tab, click the Set product ID menu (Figure 4-7). On the menu, type 8 alphanumeric characters as your product ID related to this created project. The Figure 4-8 shows the SPI bus timing to shift the 8 alphanumeric characters to host in detail. November 7, 2014 Page 11 of 20 Rev. 1.0

12 Figure 4-7: Open the Product ID menu. READ_ID command 0x10 0x** 0x10 0x** 0xD4 0x** 0xC3 0x** 0xB2 0x01 0xA1 0x** = means do not care ID[31:24] ID[23:16] ID[15: 8] ID[ 7: 0] Figure 4-8: The SPI bus timing of READ_ID command. November 7, 2014 Page 12 of 20 Rev. 1.0

13 Command protocol type 3 For the other commands except PLAY and READ_ID commands, the command protocol 3 can achieve the intended functions. The protocol timing is illustrated in Figure 4-9. The microcontroller host can send the command followed by one END-code and then closes this SPI transaction. The first byte shifted out at pin by the N5132 is the value of status register which will be described in section 4.4. The second byte shifted out by N5132 is the received command at pin. So microcontroller host can examine the command to know whether or not the N5132 receives the command correctly in time. In most cases the microcontroller can acknowledge that this SPI transaction is valid by closing this SPI transaction after sending an END-code. Command END-code (0x01) Command Figure 4-9: N5132 receives a valid command based on the command protocol 1. By contrast, if N5132 returns a wrong command which is not the same to what microcontroller sends, the microcontroller host can expect the interference occurs at SPI bus, and N5132 does not receive the command correctly. Then microcontroller can send an ABANDON-code following the END-code to abort this SPI transaction. While the N5132 receives the ABANDON code, it will not execute the received wrong command. So this protocol scheme with ABANDON-code can offer protection against mis-operation. The protocol scheme with ABANDON-code is shown in Figure By comparing to Figure 4-10 and Figure 4-6, the microcontroller host always sends END-code following the command in this protocol sequence. Command END-code (0x01) ABANDON-code (0xE0) Wrong command 0x01 Figure 4-10: N5132 will not execute the received command once ABANDON-code is received. November 7, 2014 Page 13 of 20 Rev. 1.0

14 4.3 The limitations of SPI command protocol Users need to notice three operating limitations to use the SPI command protocol of N The maximum SPI bus serial clock rate The N5132 can tolerate 12.5 KHz of SPI bus serial clock rate maximally, i.e. the microcontroller host cannot send the serial clock too quick. The maximum clock rate is 12.5 KHz. The microcontroller host cannot send the serial clock beyond 12.5 KHz. Command Command Figure 4-11: The SPI bus serial clock rate can be up to 12.5KHz Intervals between successive SPI commands The SPI transaction is designed to send one command and it may apply certain command protocol type suitable to the command. When microcontroller host wants to send commands continually, the intervals between two successive SPI transitions must be longer than 1ms. Otherwise both successive commands will be ignored by the N5132. ³ 1 ms Command 1 Command 2 Figure 4-12: The intervals between two successive SPI transitions must be longer than 1 ms Send PLAY commands continually Before the PLAY command is issued, the register should be check to ensure the previous playback is completed. If the speech is still busy, and the microcontroller host wants to terminate the previous playback, then STOP command should be issued prior to next PLAY command. November 7, 2014 Page 14 of 20 Rev. 1.0

15 playback is still busy ³ 1 ms ³ 1 ms PLAY command INDEX END-code (0x01) STOP command END-code (0x01) PLAY command INDEX END-code (0x01) PLAY command INDEX Command PLAY command INDEX Figure 4-13: Send STOP command to terminate the previous playback How to wake up N5132 The N5132 will enter standby mode to consume minimum power after it receives the PWR_DOWN command. User should notice there is not a specified command to wake up the N5132 from standby mode. The method to wake up N5132 is to send two successive commands. The N5132 will ignore the first command and execute the second command. So the first command is a redundant command and the second command is what microcontroller host would really intend to issue. N5132 enters standby mode ³ 1 ms PWR_DOWN Command END-code Command (0x01) Command END-code (0x01) Command Wrong command Command The redundant command. The second command is what microcontroller host would really intend to issue. Figure 4-14: The method to wake up N5132 from standby mode. November 7, 2014 Page 15 of 20 Rev. 1.0

16 5 REGISTER The N5132 has one status register indicating the real-time operating status. It is an 8-bit register and the MSB bit is the first bit to be shifted out at the beginning of SPI transfer. Status Register SP_BUSY VALID Reserved VOL Bits Description [7] SP_BUSY [6] VALID Playback status 0 = N5132 has stopped playing speech. 1 = N5132 is playing speech. The result of SPI command in previous SPI transaction 0 = The previous SPI command is an invalid command. The reason may be one of below three conditions. (1) The first byte of previous SPI transfer is not the specified SPI command. (2) Wrong command protocol type. (3) The INDEX value following PLAY command is greater than the number of available playlists. (4) The last byte of previous SPI transfer is the ABANDON code (0xE0), so the previous SPI command is not executed. 1 = The command in previous SPI transaction is received correctly and N5132 has executed completely. [5:3] Reserved Reserved. [7:0] VOL The volume level of PWM drive 1 = Small volume. 2 = Volume larger than VOL=1 setting. 3 = Volume larger than VOL=2 setting. 4 = Full volume. November 7, 2014 Page 16 of 20 Rev. 1.0

17 6 THE CALIBRATION OF SYSTEM CLOCK The desired system clock of N5132 is 8,192 KHz. The system clock is generated by the ring oscillator which connects 150K ohm resistor at OSC pin to ground. That 150K ohm resistor is labeled as Rosc. Somehow the built-in ring oscillation circuit may vary from lot to lot. In this case, the 8,192 KHz of system clock will relate to different Rosc value. The N5132 has one method to calibrate the system clock. The BP33 will output 250 Hz clock signal when the system clock operates at 8,192 KHz exactly. When the clock frequency of BP33 signal is more than 250 Hz, it means the system clock is more than 8,192 KHz. In this case, Rosc can be changed to a higher value of 150K ohm. On the other hand, when the clock frequency of BP33 signal is less than 250 Hz, it means the system clock is less than 8,192 KHz, then Rosc can be changed to a lower value of 150K ohm. The BP33 is a pull-high input pin by default. In order to facilitate measurement the N5132 provides two schemes to enable the output of 250 Hz clock signal. One method is to connect BP32 to low and another method is to send the CLK250HZ_EN command through the SPI command protocol. One is hardware method and the other is software method to do the same function. These two methods may conflict at the same time. So the Table 6-1 comes out a truth table to enable the output of 250 Hz clock. Table 6-1: The method to enable the output of 250 Hz clock. N5132 pins SPI command BP32 BP33 CLK250HZ_EN CLK250HZ_DIS 1/0 1 0 Ignore 250Hz clock No clock 250Hz clock The interpretation of Table 6-1 is that the SPI command CLK250HZ_EN will force the output of 250 Hz clock at BP33 no matter the setting of BP32 pin. The BP32 setting can take effect only when the CLK250HZ_EN command is not issued or the clock output function is disabled after CLK250HZ_DIS command is issued. The 250 Hz clock can occur at BP33 continually no matter playback occurs or not when the clock output is enabled using the above scheme. November 7, 2014 Page 17 of 20 Rev. 1.0

18 7 APPLICATION CIRCUIT 1 NC VSS1 N5132 (SOP20) BP32 20 BP33 SPEAKER VCC VDD1 PWM+ VPP /RESET 0.1uF VCC VCC 5 VDD_SPK PWM- VDD OSC ohm 0.1uF 4.7uF Microcontroller Host VSS_SPK VSS TEST () BP13 0.1uF 10 V33O BP10 () () BP12 () BP11 11 Figure 7-1: The application circuit for 3 batteries. 1 NC VSS1 N5132 (SOP20) BP32 20 BP33 SPEAKER VCC VDD1 PWM+ VPP /RESET 0.1uF VCC VCC 5 VDD_SPK PWM- VDD OSC ohm 0.1uF 4.7uF Microcontroller Host VSS_SPK VSS VCC TEST () BP13 0.1uF 10 V33O BP10 () () BP12 () BP11 11 Figure 7-2: The application circuit for 2 batteries. November 7, 2014 Page 18 of 20 Rev. 1.0

19 8 REVISION HISTORY VERSION DATE PAGE/ CHAP. DESCRIPTION V1.0 Nov., Initial release. November 7, 2014 Page 19 of 20 Rev. 1.0

20 Important Notice Nuvoton Products are neither intended nor warranted for usage in systems or equipment, any malfunction or failure of which may cause loss of human life, bodily injury or severe property damage. Such applications are deemed, Insecure Usage. Insecure usage includes, but is not limited to: equipment for surgical implementation, atomic energy control instruments, airplane or spaceship instruments, the control or operation of dynamic, brake or safety systems designed for vehicular use, traffic signal instruments, all types of safety devices, and other applications intended to support or sustain life. All Insecure Usage shall be made at customer s risk, and in the event that third parties lay claims to Nuvoton as a result of customer s Insecure Usage, customer shall indemnify the damages and liabilities thus incurred by Nuvoton. November 7, 2014 Page 20 of 20 Rev. 1.0

Nuvoton Touch Key Series NT1160 Datasheet

Nuvoton Touch Key Series NT1160 Datasheet Nuvoton Touch Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual 4T 8051 8-bit Microcontroller Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology

More information

N76E003 Series Errata Sheet

N76E003 Series Errata Sheet N76E003 Series Errata Sheet Errata Sheet for 8-bit 8051 Family Rev. 1.01 - Dec. 6, 2017 Document Information Abstract Apply to This errata sheet describes the functional problems known at the release date

More information

NUC442/472 Series Errata Sheet

NUC442/472 Series Errata Sheet NUC442/472 Series Errata Sheet Errata Sheet for 32-bit NuMicro Family Document Information Abstract Apply to This errata sheet describes the functional problem known at the release date of this document.

More information

NuTool PinView Revision History

NuTool PinView Revision History Revision 2.06 (Released 2019-02-26) 1. Supported ML51 for NuMicro 8051 series. 2. Supported M252 for NuMicro M23 series. Supported devices AU9100 series AU9110AN,LQFP48 M031 series M031AE,TSSOP20/TSSOP28/QFN33/LQFP48/LQFP64

More information

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E885 User Manual

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E885 User Manual NUTINY-SDK- USER MANUAL 1T 8051 8-bit Microcontroller Nuvoton 1T 8051-based Microcontroller NuTiny-SDK- User Manual The information described in this document is the exclusive intellectual property of

More information

ARM Cortex -M 32-bit MicrocontrollerTable of Contents

ARM Cortex -M 32-bit MicrocontrollerTable of Contents ARM Cortex -M 32-bit MicrocontrollerTable of Contents 1. GENERAL DESCRIPTION... 2 2. FEATURES... 3 3. FAMILY OVERVIEW... 5 4. PIN DESCRIPTION... 7 5. ITEM VS PIN TABLE... 8 6. BLOCK DIAGRAM... 9 7. ELECTRICAL

More information

M480 Series Errata Sheet

M480 Series Errata Sheet M480 Series Errata Sheet Errata Sheet for 32-bit NuMicro Family Document Information Abstract Apply to This errata sheet describes the functional problem known at the release date of this document. M480

More information

Nano102/112 Series Errata Sheet

Nano102/112 Series Errata Sheet Nano102/112 Series Errata Sheet Errata Sheet for 32-bit NuMicro Family Document Information Abstract Apply to This errata sheet describes the functional problem known at the release date of this document.

More information

N551C321. Table of Contents-

N551C321. Table of Contents- Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 2 3. BLOCK DIAGRAM... 3 4. PIN DESCRIPTION... 3 5. ABSOLUTE MAXIMUM RATINGS... 4 6. ELECTRICAL CHARACTERISTICS... 4 7. APPLICATION CIRCUIT...

More information

NUC029FAE Board Support Package Directory Introduction. Rev

NUC029FAE Board Support Package Directory Introduction. Rev Board Support Package Directory Introduction Rev.3.00.000 The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced

More information

NUC505 ICP Programming Tool User Guide

NUC505 ICP Programming Tool User Guide NUC505 ICP Programming Tool User Guide Application Note for 32-bit NuMicro Family Document Information Abstract Apply to This document introduces how to use the ICP programming tool to access SPI Flash/MTP

More information

Nuvoton NCT5655Y/W. 16-bit I 2 C-bus and SMBus GPIO controller with interrupt. Revision: 1.0 Date: May, 2016 NCT5655Y/W

Nuvoton NCT5655Y/W. 16-bit I 2 C-bus and SMBus GPIO controller with interrupt. Revision: 1.0 Date: May, 2016 NCT5655Y/W Nuvoton NCT5655Y/W 16-bit I 2 C-bus and SMBus GPIO controller with interrupt Revision: 1.0 Date: May, 2016 - I - Revision 1.0 NCT5655Y/W Datasheet Revision History PAGES DATES VERSION MAIN CONTENTS 1 18

More information

NUC123xxxAN Series Errata Sheet. Errata Sheet for 32-bit NuMicro Family Rev May 19, 2016

NUC123xxxAN Series Errata Sheet. Errata Sheet for 32-bit NuMicro Family Rev May 19, 2016 NUC123xxxAN Series Errata Sheet Errata Sheet for 32-bit NuMicro Family Rev. 1.04 May 19, 2016 Document Information Abstract Apply to This errata sheet describes the functional problems known at the release

More information

M451 Series BSP. Revision History

M451 Series BSP. Revision History ARM Cortex -M0 32-bit Microcontroller NuMicro Family M451 Series BSP Revision History The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation

More information

Mini51DE Series CMSIS BSP Directory

Mini51DE Series CMSIS BSP Directory Series CMSIS BSP Directory Directory Introduction for 32-bit NuMicro Family Mini51DE Directory Information Document Library SampleCode Driver reference manual and revision history. Driver header and source

More information

High-side Power Distribution Switch NCT3521U

High-side Power Distribution Switch NCT3521U High-side Power Distribution Switch NCT3521U -Table of Content- 1. GENERAL DESCRIPTION...1 2. FEATURES...1 3. APPLICATIONS...2 4. PIN CONFIGURATION AND DESCRIPTION...2 5. TYPICAL APPLICATION CIRCUIT...3

More information

Nuvoton Nu-Link Debug Adapter User Manual

Nuvoton Nu-Link Debug Adapter User Manual Nuvoton Nu-Link Debug Adapter User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission

More information

M2351 Trusted Boot. Application Note for 32-bit NuMicro Family

M2351 Trusted Boot. Application Note for 32-bit NuMicro Family M2351 Trusted Boot Application Note for 32-bit NuMicro Family Document Information Abstract Apply to Introduce the M2351 Secure Bootloader, Secure Boot verification mechanism, and how it works to perform

More information

NUC122. NUC122 Board Supporting Package Directory Introduction. Rev NUC122 1 of 10 Rev Nuvoton Technology Corp.

NUC122. NUC122 Board Supporting Package Directory Introduction. Rev NUC122 1 of 10 Rev Nuvoton Technology Corp. Board Supporting Package Directory Introduction Rev.3.00.002 1 of 10 Rev.3.00.002 Directory Information Document Library SampleCode Driver reference manual and revision history. Driver header and source

More information

NuMicro Mini51 DE Series Product Brief

NuMicro Mini51 DE Series Product Brief ARM Cortex -M0 32-BIT MICROCONTROLLER NuMicro Mini51 DE Series Product Brief The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall

More information

NANO102/112 Series CMSIS BSP Revision History

NANO102/112 Series CMSIS BSP Revision History ARM Cortex -M0 32-bit Microcontroller NANO102/112 Series CMSIS BSP Revision History The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and

More information

NuMicro Family NuTiny-SDK-NUC505 User Manual

NuMicro Family NuTiny-SDK-NUC505 User Manual ARM Cortex -M 32-bit Microcontroller NuMicro Family NuTiny-SDK- User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall

More information

M2351 TrustZone Program Development

M2351 TrustZone Program Development Application Note for 32-bit NuMicro Family AN0019 M2351 TrustZone Program Development Document Information Abstract Introduce TrustZone programing including how to partition security attribution and how

More information

Nuvoton ChipCorder One-Pin triggering Control Implementation Guide

Nuvoton ChipCorder One-Pin triggering Control Implementation Guide Nuvoton ChipCorder One-Pin triggering Control Implementation Guide Use only one GPIO pin to control a ChipCorder device - 1 - 2012 by Nuvoton Technology Corporation. All trademarks and registered trademarks

More information

NuMicro M051 DN/DE Series Product Brief

NuMicro M051 DN/DE Series Product Brief NuMicro M051 DN/DE Series Product Brief The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission

More information

December 2000 MSDS Speech SPSU020

December 2000 MSDS Speech SPSU020 User s Guide December 2000 MSDS Speech SPSU020 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service

More information

for NuMicro NUC029FAE Series

for NuMicro NUC029FAE Series for NuMicro NUC09FAE Series The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

TMP89FS60FG Sample Program. Rev 1.0 Dec. 2007

TMP89FS60FG Sample Program. Rev 1.0 Dec. 2007 TMP89FS60FG Sample Program Rev 1.0 Dec. 2007 This is sample software to help customers understand Toshiba microcontrollers and learn how to create programs when developing new products. You can download

More information

EM55M/Q450. Product Specification. Tiny-Controller-Based MTP/QTP Sound Processor DOC. VERSION 1.3

EM55M/Q450. Product Specification. Tiny-Controller-Based MTP/QTP Sound Processor DOC. VERSION 1.3 Tiny-Controller-Based MTP/QTP Sound Processor Product Specification DOC. VERSION 1.3 ELAN MICROELECTRONICS CORP. February 2006 Trademark Acknowledgments: IBM is a registered trademark and PS/2 is a trademark

More information

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E616 User Manual

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E616 User Manual NUTINY-SDK- USER MANUAL 1T 8051 8-bit Microcontroller Nuvoton 1T 8051-based Microcontroller NuTiny-SDK- User Manual The information described in this document is the exclusive intellectual property of

More information

Read section 8 of this document for detailed instructions on how to use this interface spec with LibUSB For OSX

Read section 8 of this document for detailed instructions on how to use this interface spec with LibUSB For OSX CP2130 INTERFACE SPECIFICATION 1. Introduction The Silicon Labs CP2130 USB-to-SPI bridge is a device that communicates over the Universal Serial Bus (USB) using vendor-specific control and bulk transfers

More information

TouchCore351-ML16IP. Capacitive Touch Sensor Controller

TouchCore351-ML16IP. Capacitive Touch Sensor Controller Total Solution of MCU TouchCore351-ML16IP Capacitive Touch Sensor Controller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes

More information

Data Sheet. aivr341n 341 sec APLUS INTEGRATED CIRCUITS INC. Integrated Circuits Inc. APLUS MAKE YOUR PRODUCTION A-PLUS

Data Sheet. aivr341n 341 sec APLUS INTEGRATED CIRCUITS INC. Integrated Circuits Inc. APLUS MAKE YOUR PRODUCTION A-PLUS Integrated Circuits Inc. APLUS MAKE YOUR PRODUCTION A-PLUS Data Sheet 341 sec APLUS INTEGRATED CIRCUITS INC. Address: 3 F-10, No. 32, Sec. 1, Chenggung Rd., Taipei, Taiwan 115, R.O.C. (115) 台北市南港區成功路一段

More information

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release

NeoLoch. Inquisitor 4116 DRAM Blade Manual. Overview. Preliminary Release NeoLoch Inquisitor 4116 DRAM Blade Manual Overview The Inquisitor 4116 DRAM blade is designed to test 16 pin DRAM ICs. Current tests include 4116, 9016, D416, 4027 and 4096. The Inquisitor 4116 DRAM tester

More information

============ CONTENTS ============

============ CONTENTS ============ ============ CONTENTS ============ 1. INTRODUCTION... 3 2. FEATURES... 3 3. PIN ASSIGNMENT... 4 4. ROM TABLE... 7 5. RAM TABLE... 8 6. SYSTEM CLOCK... 9 6.1 CRYSTAL INPUT... 9 6.2 ROSC INPUT... 9 7. I/O

More information

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E003 User Manual

Nuvoton 1T 8051-based Microcontroller NuTiny-SDK-N76E003 User Manual NUTINY-SDK- USER MANUAL T 805 8-bit Microcontroller Nuvoton T 805-based Microcontroller NuTiny-SDK- User Manual The information described in this document is the exclusive intellectual property of Nuvoton

More information

DS28CM00. I²C/SMBus Silicon Serial Number

DS28CM00. I²C/SMBus Silicon Serial Number DS28CM00 I²C/SMBus Silicon Serial Number www.maxim-ic.com GENERAL DESCRIPTION The DS28CM00 is a low-cost, electronic registration number to provide an absolutely unique identity that can be determined

More information

TP6836. USB 2.4G RF Dongle. Data Sheet

TP6836. USB 2.4G RF Dongle. Data Sheet TP6836 Data Sheet tenx reserves the right to change or discontinue the manual and online documentation to this product herein to improve reliability, function or design without further notice. tenx does

More information

EASY SOUND est Series

EASY SOUND est Series EASY SOUND est Series Tiny Controller-Based Speech Synthesizer Product Specification DOC. VERSION 1.2 ELAN MICROELECTRONICS CORP. December 2005 Trademark Acknowledgments: IBM is a registered trademark

More information

1-Mbit (128K 8) Serial (SPI) nvsram with Real-Time Clock

1-Mbit (128K 8) Serial (SPI) nvsram with Real-Time Clock 1-Mbit (128K 8) Serial (SPI) nvsram with Real-Time Clock 1-Mbit (128K 8) Serial (SPI) nvsram with Real Time Clock Features 1-Mbit nonvolatile static random access memory (nvsram) Internally organized as

More information

ISD-DEMO2360 User Manual

ISD-DEMO2360 User Manual ISD-DEMO2360 User Manual The information contained in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

esm Series Product Specification Tiny Controller-Based Speech Synthesizer DOC. VERSION 1.1

esm Series Product Specification Tiny Controller-Based Speech Synthesizer DOC. VERSION 1.1 esm Series Tiny Controller-Based Speech Synthesizer Product Specification DOC. VERSION 1.1 ELAN MICROELECTRONICS CORP. January 2010 Trademark Acknowledgments: IBM is a registered trademark and PS/2 is

More information

HEAD QUARTER. Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: FAX: ShenZhen/China Office:

HEAD QUARTER. Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: FAX: ShenZhen/China Office: HEAD QUARTER Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: +886-3-5833899 FAX: +886-3-5830858 ShenZhen/China Office: TEL:+86-755-88250870 FAX:+86-755-88250872 MS311 DS www.mshinetek.com

More information

64-Kbit (8 K 8) SPI nvsram with Real Time Clock

64-Kbit (8 K 8) SPI nvsram with Real Time Clock 64-Kbit (8 K 8) SPI nvsram with Real Time Clock 64-Kbit (8 K 8) SPI nvsram with Real Time Clock Features 64-Kbit nonvolatile static random access memory (nvsram) Internally organized as 8 K 8 STORE to

More information

NHD-0220D3Z-FL-GBW-V3

NHD-0220D3Z-FL-GBW-V3 NHD-0220D3Z-FL-GBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0220-2 Lines x 20 Characters D3Z- Model F- Transflective L- Yellow/Green LED Backlight G- STN-Gray B- 6:00 Optimal View

More information

DATASHEET 4D SYSTEMS. Embedded Audio-Sound Module TURNING TECHNOLOGY INTO ART SOMO-14D. Document Date: 5 th February 2013 Document Revision: 1.

DATASHEET 4D SYSTEMS. Embedded Audio-Sound Module TURNING TECHNOLOGY INTO ART SOMO-14D. Document Date: 5 th February 2013 Document Revision: 1. DATASHEET TURNING TECHNOLOGY INTO ART Embedded Audio-Sound Module Document Date: 5 th February 2013 Document Revision: 1.1 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website

More information

8K X 8 BIT LOW POWER CMOS SRAM

8K X 8 BIT LOW POWER CMOS SRAM FEATURES 8192 x 8 bit static CMOS RAM 70 ns Access Times Common data inputs and outputs Three-state outputs Typ. operating supply current o 70 ns: 10 ma Standby current: o < 2 μa at Ta 70 C Data retention

More information

PIC-I/O Multifunction I/O Controller

PIC-I/O Multifunction I/O Controller J R KERR AUTOMATION ENGINEERING PIC-I/O Multifunction I/O Controller The PIC-I/O multifunction I/O controller is compatible with the PIC-SERVO and PIC-STEP motor control modules and provides the following

More information

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module

NHD 0216K3Z FL GBW. Serial Liquid Crystal Display Module NHD 0216K3Z FL GBW Serial Liquid Crystal Display Module NHD Newhaven Display 0216 2 lines x 16 characters K3Z Model F Transflective L Yellow/Green LED backlight G STN Gray B 6:00 view W Wide Temperature

More information

FM24CL04 4Kb FRAM Serial Memory

FM24CL04 4Kb FRAM Serial Memory 4Kb FRAM Serial Memory Features 4K bit Ferroelectric Nonvolatile RAM Organized as 512 x 8 bits Unlimited Read/Writes 45 Year Data Retention NoDelay Writes Advanced High-Reliability Ferroelectric Process

More information

WT6510. USB Keyboard Controller (Mask ROM Type)

WT6510. USB Keyboard Controller (Mask ROM Type) WT6510 USB Keyboard Controller (Mask ROM Type) REV 110 25, May, 2000 Weltrend Semiconductor, Inc All Rights Reserved 1!"#$%$&'%() &*$&+&& %,-/01 2-/01 // %,- //012,- //01 3!4,56!&&5 3!4,786!&&5 #9$,&:,

More information

SPI Protocol of the TLE941xy family

SPI Protocol of the TLE941xy family Protocol of the TLE941xy family Application Note Rev 1.0, 2016-04-25 Automotive Power Table of Contents 1 Abstract........................................................................ 3 2 Introduction.....................................................................

More information

NHD-0216K3Z-NS(RGB)-FBW-V3

NHD-0216K3Z-NS(RGB)-FBW-V3 NHD-0216K3Z-NS(RGB)-FBW-V3 Serial Liquid Crystal Display Module NHD- Newhaven Display 0216-2 Lines x 16 Characters K3Z- Model N- Transmissive S(RGB)- Side LED Backlights (Red-Green-Blue) F- FSTN(-) B-

More information

RW1026G Revision History Version Date Description

RW1026G Revision History Version Date Description RW1026G Revision History Version Date Description 0.1 2010/9/3 Add I/O Pin ITO Resistance Limitation 0.2 2010/9/15 Modify storage temperature -40 o C to 80 o C change to -50 o C to 125 o C and operation

More information

Section 30. In-Circuit Serial Programming (ICSP )

Section 30. In-Circuit Serial Programming (ICSP ) Section 30. In-Circuit Serial Programming (ICSP ) HIGHLIGHTS This section of the manual contains the following major topics: 30. Introduction... 30-2 30.2 Entering In-Circuit Serial Programming Mode...

More information

ST1633. Datasheet. Capacitive Touch Screen Controller. Version /11/17

ST1633. Datasheet. Capacitive Touch Screen Controller. Version /11/17 Capacitive Touch Screen Controller Datasheet Version 1.6 2015/11/17 Note: Sitronix Technology Corp. reserves the right to change the contents in this document without prior notice. This is not a final

More information

Table 1 Brief Specifications

Table 1 Brief Specifications Rev.1.1 MICROCOMPUTER WITH BUILT-IN PAGING DECODER The microcomputer incorporates a decoder conforming to CCIR Radio Paging Decode 1(POCSA Code), a melody generator, an LCD driver and a timer. Only attaching

More information

W25X05CL/10CL/20CL 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI

W25X05CL/10CL/20CL 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI - 1 - Revision B Table of Contents 1. GENERAL DESCRIPTION...4 2. FEATURES...4 3. PIN CONFIGURATION SOIC 150-MIL,

More information

SNC Four Channels Speech Controller

SNC Four Channels Speech Controller ========================== CONTENTS =========================== 1. INTRODUCTION... 3 2. FEATURES... 3 3. BLOCK DIAGRAM... 4 4. PIN ASSIGNMENT... 5 5. FUNCTION DESCRIPTIONS... 6 5.1. OSCILLATOR... 6 5.2.

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 4.5V 5.5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC.

More information

A24C64. AiT Semiconductor Inc. ORDERING INFORMATION

A24C64. AiT Semiconductor Inc.   ORDERING INFORMATION DESCRIPTION provides 65536 bits of serial electrically erasable and programmable read-only memory (EEPROM) organized as 8192 words of 8 bits each. The is optimized for use in many industrial and commercial

More information

TP6825. USB Full Speed Game Pad Controller. Data Sheet. Tenx reserves the right to change or discontinue this product without notice.

TP6825. USB Full Speed Game Pad Controller. Data Sheet. Tenx reserves the right to change or discontinue this product without notice. Advance Information TP6825 USB Full Speed Game Pad Controller Data Sheet Tenx reserves the right to change or discontinue this product without notice. tenx technology, inc. Contain 1. GENERAL DESCRIPTION...

More information

XRA1201/1201P 16-BIT I2C/SMBUS GPIO EXPANDER

XRA1201/1201P 16-BIT I2C/SMBUS GPIO EXPANDER SEPTEMBER 2011 REV. 1.0.0 GENERAL DESCRIPTION The XRA1201/1201P is a 16-bit GPIO expander with an I 2 C/SMBus interface. After power-up, the XRA1201 has internal 100K ohm pull-up resistors on each pin

More information

Arduino Uno R3 INTRODUCTION

Arduino Uno R3 INTRODUCTION Arduino Uno R3 INTRODUCTION Arduino is used for building different types of electronic circuits easily using of both a physical programmable circuit board usually microcontroller and piece of code running

More information

I 2 C Application Note in Protocol B

I 2 C Application Note in Protocol B I 2 C Application Note in Protocol B Description This document is a reference for a possible coding method to achieve pressure, temperature, and status for SMI part readings using I 2 C. This SMI Protocol

More information

USB-SD MP3 Module Manual

USB-SD MP3 Module Manual USB-SD MP3 Module Manual WT9501M03 www.elechouse.com Copyright reserved by elechouse Features www.elechouse.com Can play 8 ~ 320Kbps MP3 audio files; Support maximum capacity of 32G Byte SD card; Support

More information

XRA BIT I2C/SMBUS GPIO EXPANDER WITH INTEGRATED LEVEL SHIFTERS

XRA BIT I2C/SMBUS GPIO EXPANDER WITH INTEGRATED LEVEL SHIFTERS SEPTEMBER 2011 REV. 1.0.0 GENERAL DESCRIPTION The XRA1207 is a 16-bit GPIO expander with an I 2 C/ SMBus interface. After power-up, the XRA1207 has internal 100K ohm pull-up resistors on each pin that

More information

Device: MOD This document Version: 1.0. Matches module version: v1. Date: 24 February Description: MP3 Audio Module

Device: MOD This document Version: 1.0. Matches module version: v1. Date: 24 February Description: MP3 Audio Module Device: MOD-1021 This document Version: 1.0 Matches module version: v1 Date: 24 February 2014 Description: MP3 Audio Module MOD-1021 v1 datasheet Page 2 Contents Introduction... 3 Features... 3 Connections...

More information

Integrated Circuits Inc. apr H2.2. Datasheet. 40 ~ 80 sec recording voice IC APLUS INTEGRATED CIRCUITS INC.

Integrated Circuits Inc. apr H2.2. Datasheet. 40 ~ 80 sec recording voice IC APLUS INTEGRATED CIRCUITS INC. apr2060 --- H2.2 Datasheet 40 ~ 80 sec recording voice IC APLUS INTEGRATED CIRCUITS INC. Address : 3 F-10, No. 32, Sec. 1, Chenggung Rd., Taipei, Taiwan 115, R.O.C. TEL : 886-2-2782-9266 FAX : 886-2-2782-9255

More information

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application)

GT24C02. 2-Wire. 2Kb Serial EEPROM (Smart Card application) ADVANCED GT24C02 2-Wire 2Kb Serial EEPROM (Smart Card application) www.giantec-semi.com a0 1/19 Table of Content 1 FEATURES...3 2 DESCRIPTION...4 3 PIN CONFIGURATION...5 4 PIN DESCRIPTIONS...6 5 BLOCK

More information

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z VSS NC NC VDD SDA SENSOR 2 SENSOR 1 ADD1 HSS Touch Signature IC 6 Input - I 2 C A0021 Overview The patented AlSentis A0021 Touch IC is a complete 1 6 input touch sensing solution. It includes all signal

More information

1. Features and Benefits

1. Features and Benefits 1. Features and Benefits Single die, low cost 16x4 pixels IR array Factory calibrated absolute PTAT temperature sensor for measuring die temperature Separate channel for connecting additional IR sensor

More information

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z Sensor5 ADD2 ADD1 SCL SDA Sensor6 Sensor7 Sensor1 Sensor0 Reset NC NC Sensor14 Sensor13 HSS Touch Signature IC 15 Input - I 2 C A0061 Overview The patented AlSentis A0061 Touch IC is a complete 1 15 input

More information

DERTS Design Requirements (1): Microcontroller Architecture & Programming

DERTS Design Requirements (1): Microcontroller Architecture & Programming Lecture (5) DERTS Design Requirements (1): Microcontroller Architecture & Programming Prof. Kasim M. Al-Aubidy Philadelphia University 1 Lecture Outline: Features of microcomputers and microcontrollers.

More information

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point.

OEM-ORP ORP. Reads mV mV. Range. 1 reading every 420ms. Response time. Any type & brand. Supported probes. Single point. V 2.3 Revised /23/18 OEM-ORP Embedded ORP Circuit Reads Range Response time ORP -19.9mV 19.9mV 1 reading every 420ms Supported probes Calibration Temp compensation Data protocol Default I 2 C address Operating

More information

USB-Based 20-Channel Data-Acquisition Module

USB-Based 20-Channel Data-Acquisition Module USB-Based 0-Channel Data-Acquisition Module DLP-IO0 LEAD-FREE FEATURES: 0 Channels: Analog Inputs 0-V, Up to 0Ksps Sample Rate, Latching Relays, Digital I/O Two Relay Driver Outputs (V Coil) Digital Temperature

More information

AND9032. How to Read Temperature Through I 2 C Bus for NCT75-based Thermostat APPLICATION NOTE

AND9032. How to Read Temperature Through I 2 C Bus for NCT75-based Thermostat APPLICATION NOTE How to Read Temperature Through I 2 C Bus for -based Thermostat APPLICATION NOTE Introduction The is a twowire serially programmable temperature sensor with an over temperature/interrupt output pin to

More information

AN3001 Application note

AN3001 Application note Application note Demonstration board user guidelines for the TS4657 single supply stereo digital audio line driver Introduction This application note focuses on the TS4657 demonstration board, designed

More information

SNC36060 Four Channels Speech Controller

SNC36060 Four Channels Speech Controller ========================== CONTENTS =========================== 1. INTRODUCTION... 3 2. FEATURES... 3 3. BLOCK DIAGRAM... 4 4. PIN ASSIGNMENT... 5 5. FUNCTION DESCRIPTIONS... 6 5.1. OSCILLATOR... 6 5.2.

More information

Digital Signal Processor for TV

Digital Signal Processor for TV Digital Signal Processor for TV General Description The NJU26041-01A is a high performance 24-bit digital signal processor. The NJU26041-01A provides eala 3D Surround function, ealabass Dynamic Bass Boost

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 2.7V 5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC. Simple

More information

USB-4303 Specifications

USB-4303 Specifications Specifications Document Revision 1.0, February, 2010 Copyright 2010, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications in italic text are guaranteed by design.

More information

FM24C Kb FRAM Serial Memory Features

FM24C Kb FRAM Serial Memory Features 256Kb FRAM Serial Memory Features 256Kbit Ferroelectric Nonvolatile RAM Organized as 32,768 x 8 bits High Endurance 10 Billion (10 10 ) Read/Writes 45 year Data Retention NoDelay Writes Advanced High-Reliability

More information

W25X40CL 2.5/3/3.3 V 4M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI. Publication Release Date: October 15, Revision E

W25X40CL 2.5/3/3.3 V 4M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI. Publication Release Date: October 15, Revision E 2.5/3/3.3 V 4M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI - 1 - Revision E Table of Contents 1. GENERAL DESCRIPTION... 4 2. FEATURES... 4 3. PIN CONFIGURATION SOIC 208-MIL, SOIC 150-MIL

More information

SRS WOW HD Processor. : I 2 C bus (standard-mode/100kbps, fast-mode/400kbps), 4-Wire Serial Bus (4-Wire: clock, enable, input data, output data)

SRS WOW HD Processor. : I 2 C bus (standard-mode/100kbps, fast-mode/400kbps), 4-Wire Serial Bus (4-Wire: clock, enable, input data, output data) SRS WOW HD Processor General Description The NJU26040-09B is a digital audio signal processor that provides the function WOW HD (function limited edition of NJU29040-09A). The NJU26040-09B processes a

More information

IST8301C 3D Magnetometer Sensor. Datasheet

IST8301C 3D Magnetometer Sensor. Datasheet IST8301C 3D Magnetometer Sensor Datasheet IST8301C Datasheet, Version 1.0 1 3-axis Digital Magnetic Sensor Features Single chip 3-axis magnetic sensor I2C slave, Fast mode up to 400kHz Small font factor:

More information

FM24C Kb FRAM Serial Memory Features

FM24C Kb FRAM Serial Memory Features Preliminary FM24C512 512Kb FRAM Serial Memory Features 512Kbit Ferroelectric Nonvolatile RAM Organized as 65,536 x 8 bits High Endurance 10 Billion (10 10 ) Read/Writes 45 year Data Retention NoDelay Writes

More information

SX Device In-System Programming Specifications

SX Device In-System Programming Specifications SX Device In-System Programming Specifications. SX Device Programming Specifications Rev 2.0 1999 Scenix Semiconductor, Inc. All rights reserved. Revision History REVISION RELEASE DATE SUMMARY OF CHANGES

More information

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

Note: The Silicon Labs USB Debug Adapter is not included in this kit and is required to reprogram the board.

Note: The Silicon Labs USB Debug Adapter is not included in this kit and is required to reprogram the board. VOICE RECORDER REFERENCE DESIGN KIT USER S GUIDE 1. Kit Contents The Voice Recorder (VOICE-RECORD-RD) Reference Design Kit contains the following items: C8051F411-GM Voice Recorder board (1) Headphones

More information

AF / 12. General Description. Features. Applications. Package. Pin. Configurations AF-V1.0. Analog Future

AF / 12. General Description. Features. Applications. Package. Pin. Configurations AF-V1.0. Analog Future 16-channel constant current LED driver chip General Description The 5024 is a constant current driver chip which is designed for LED lighting and LED screen. The size of the drive urrent can be adjusted

More information

VCC NC PROTECT DI DO. Table 1

VCC NC PROTECT DI DO. Table 1 Rev.1.11 CMOS SERIAL E 2 PROM Features Low power consumption Standby :0.8 µa Max. (V CC =5.5 V) Operating :0.8 ma Max. (V CC =5.5 V) 0.4 ma Max. (V CC =2.7 V) Low operating voltage range Write : 1.8 to

More information

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options EZ-USB FX3 I 2 C Boot Option Application Note Abstract AN68914 Author: Shruti Maheshwari Associated Project: No Associated Part Family: EZ-USB FX3 Software Version: None Associated Application Notes: None

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

GIGAVAC Contactors I 2 C Communication

GIGAVAC Contactors I 2 C Communication Document Revision: 3 GIGAVAC Contactors I 2 C Communication Product models: MXST15/16-mm-ss, delay on break contactors. Attention: Read this instruction entirely for a top-level-feel of what you prefer

More information

DSP with eala / eala Stereo Expander / FIR Filter

DSP with eala / eala Stereo Expander / FIR Filter DSP with eala / eala Stereo Expander / FIR Filter General Description The is a digital audio signal processor that provides the function eala / eala Rebirth or eala expand speaker + 128tap FIR filter.

More information

SILICON MICROSTRUCTURES

SILICON MICROSTRUCTURES Digital Communication with SM5800 Series Parts OVERVIEW The SM5800 series pressure product offers the corrected pressure output in both analog and digital formats. Accessing the analog output is an easy

More information

Application Note. 32-bit Cortex -M0 MCU NuMicro Family. Application Note of NUVOTON 32-bit NuMicro Family

Application Note. 32-bit Cortex -M0 MCU NuMicro Family. Application Note of NUVOTON 32-bit NuMicro Family of NUVOTON 32-bit NuMicro Family 32-bit Cortex -M0 MCU NuMicro Family An Example of CCID (Circuit Card Interface Devices) - i - Rev. 1.00 Table of Contents- 1 INTRODUCTION... 2 2 CCID PROGRAM... 3 2.1

More information

Product Family Specification

Product Family Specification Doc.Nr. 8260800.06 Product Family Specification Absolute pressure sensor SCP1000-D01 SCP1000-D11 Note: Reader is advised to notice that this Product Family Specification applies to SCP1000 version which

More information