Search found 207 matches

by a_ziliu
27 Mar 2017, 14:19
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: When the RLS (Receive Line Status) interrupt occurs during UART data transmission, how to handle PEF, FEF and BIF flags
Replies: 0
Views: 2694

When the RLS (Receive Line Status) interrupt occurs during UART data transmission, how to handle PEF, FEF and BIF flags

Since the three flags are saved with UART data in the FIFO, these flags must be cleared by writing 1 to them before the data is read out. This can avoid FIFO level changes, causing the PEF, FEF and BIF saved in the upper layer of FIFO unable to be cleared. If the data has been read out but the three...
by a_ziliu
27 Mar 2017, 14:19
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to achieve the highest sampling frequency when using ADC sampling?
Replies: 0
Views: 2510

How to achieve the highest sampling frequency when using ADC sampling?

When using ADC sampling, the ADC has a different clock source frequency limit based on the voltage supplied by AVDD. The user can select the fastest clock source according to the system analog voltage to achieve the maximum ADC sampling frequency. For example, in the NuMicro? NUC442/472 series: When...
by a_ziliu
27 Mar 2017, 14:19
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Does a thermal pad of the QFN package in the NuMicro? NUC505 series have to be connected to ground?
Replies: 0
Views: 2694

Does a thermal pad of the QFN package in the NuMicro? NUC505 series have to be connected to ground?

The NuMicro? NUC505 series includes three part numbers with the QFN package, as listed below:

When using these part numbers, the thermal pad has to be connected to ground, as the ground of digital circuit, to ensure a stable internal potential.
by a_ziliu
27 Mar 2017, 14:18
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Does any of Nuvoton 8051 MCU series support ISP (In System Programming) function? Does the 8051 MCU series include the I
Replies: 0
Views: 2538

Does any of Nuvoton 8051 MCU series support ISP (In System Programming) function? Does the 8051 MCU series include the I

Standard 8051 series which can be divided into Part numbers with ISP function: Part numbers without ISP function: The user can write the ISP program through a third-party programming tool. Low Pin 8051 series which can be divided into Part numbers with ISP function: Part numbers without ISP function...
by a_ziliu
27 Mar 2017, 14:17
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What are the storage conditions for chip vacuum packages before and after opening?
Replies: 0
Views: 2518

What are the storage conditions for chip vacuum packages before and after opening?

Please read storage conditions and related precautions on the chip vacuum packaging aluminum bag. For the location of the storage conditions and related precautions, please refer to the following figure.
by a_ziliu
27 Mar 2017, 14:17
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Can the VBAT pin be floating if the RTC function is not required?
Replies: 0
Views: 2489

Can the VBAT pin be floating if the RTC function is not required?

No. The VBAT pin is used to supply power to a RTC module, as shown below. When the VBaT pin is floating, the RtC module condition is unknown and will generate power to affect the standby power performance. In this case, it is recommended to connect the VBAT with VDD to prevent the power consumption ...
by a_ziliu
27 Mar 2017, 14:17
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: In the M451 series, why the read RTC_TIME and RTC_CAL values are incorrect after VDD is powered on when VBAT and VDD are
Replies: 0
Views: 2698

In the M451 series, why the read RTC_TIME and RTC_CAL values are incorrect after VDD is powered on when VBAT and VDD are

Since VBAT and VDD are powered independently, the across power domain and synchronization issue exists. If RTC_TIME and RTC_CAL registers are read immediately after power on, the RTC_TIME and RTC_CAL values may be incorrect. This is because both the RTC_TIME and RTC_CAL registers are triggered and u...
by a_ziliu
27 Mar 2017, 14:16
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Can the input voltage of GPIO pins with analog functions (e.g. ADC, DAC, and ACMP) be higher than AVDD?
Replies: 0
Views: 2558

Can the input voltage of GPIO pins with analog functions (e.g. ADC, DAC, and ACMP) be higher than AVDD?

To avoid the influence of internal analog circuit signals, the input voltage of the GPIO pins with analog functions, even no analog function is selected, could not be higher than AVDD. Otherwise, it will cause unpredictable errors. For example, in the M051 series: If the Config bit is set to 2.2V Br...
by a_ziliu
27 Mar 2017, 14:15
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What are the characteristics of cores (processors) in the NuMicro? family?
Replies: 0
Views: 2661

What are the characteristics of cores (processors) in the NuMicro? family?

The NuMicro? family adopts the ARM? Cortex?-M series 32-bit processors, the Cortex?-M0 series and Cortex?-M4 series, to meet needs of different applications and performance. Taking the NuMicro? Cortex?-M0 NUC230/240 series and the Cortex?-M4 NUC442/472 series as examples, the following table shows t...
by a_ziliu
27 Mar 2017, 14:15
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How does a user determine which is the received I?C address if two or more than two I?C addresses are set to be received
Replies: 0
Views: 2624

How does a user determine which is the received I?C address if two or more than two I?C addresses are set to be received

After receiving a preset I2C address and R/W bit, the I2C controller generates an interrupt, and the I2C status is changed to 0x60 or 0xA8. At this time, the received I2C address and R/W bit would be saved in the I?C register. Before clearing the 2C interrupt flag, a user could read the I2C data reg...