Search found 208 matches

by a_ziliu
27 Mar 2017, 13:43
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to handle I2C bus hang-up in slave mode?
Replies: 0
Views: 2204

How to handle I2C bus hang-up in slave mode?

The I?C controller provides a 14-bit time-out counter to handle I2C bus hang-up. If the I2C bus is hung up, it causes I2CSTATUS and the flag SI not updated for a period, and the 14-bit time-out counter may overflow and acknowledge CPU the I2C interrupt. Refer to the following figure for the 14-bit t...
by a_ziliu
27 Mar 2017, 13:42
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to not enter interrupt process in Power-down mode after wake-up?
Replies: 0
Views: 2041

How to not enter interrupt process in Power-down mode after wake-up?

Before entering Power-down mode, the user can disable IRQ handling by calling the function __disable_irq (); which allows the system to continuously execute the next command when entering Power-down mode after wake-up without entering the interrupt process. In addition, the user also needs to consid...
by a_ziliu
27 Mar 2017, 13:41
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What USB controllers do NuMicro ? Cortex-M series chips support?
Replies: 0
Views: 2219

What USB controllers do NuMicro ? Cortex-M series chips support?

The NuMicro? Cortex-M series chips support different USB controllers in different series, including USB 2.0 Full-speed device controller, USB 2.0 High-speed device controller, USB 1.1 Full-speed host controller, and USB On-The-Go (OTG) controller.
Detailed support list is as follows:
by a_ziliu
27 Mar 2017, 13:41
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What needs to be considered when soldering components in the production process?
Replies: 0
Views: 2208

What needs to be considered when soldering components in the production process?

In general, it is suggested to use flux rather than solder paste when soldering components. After soldering is completed, alcohol or cleaning agent can be used to remove residual flux residues to avoid problems caused by a short circuit.
by a_ziliu
27 Mar 2017, 13:41
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: In Debug mode under the Keil / IAR development environment, can the user add a new breakpoint immediately during free ru
Replies: 0
Views: 2196

In Debug mode under the Keil / IAR development environment, can the user add a new breakpoint immediately during free ru

The Nu-Link driver may add the breakpoint information before full run of the program, and the breakpoints added during full run of the program will be added into the cache. Therefore, the newly added breakpoint can only be executed properly after the user stops and re-executes the program.
by a_ziliu
27 Mar 2017, 13:35
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to do overcurrent protection and Vbus voltage control in USB host applications?
Replies: 0
Views: 2366

How to do overcurrent protection and Vbus voltage control in USB host applications?

In USB host applications, Nuvoton MCUs will not take the initiative to provide 5V voltage to Vbus. Additional 5V needs to be designed for system circuit to provide to USB devices required to be connected. In NuTiny-SDK-M451 development board, for example, 5V is provided by the Nu-Link-Me ICE Debugge...
by a_ziliu
27 Mar 2017, 13:33
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to configure the USB clock source?
Replies: 0
Views: 2177

How to configure the USB clock source?

In the USB specification, the transmission rate of low-speed, full-speed and high-speed devices are 1.5 MB, 12 MB and 480 MB respectively. For the NuMicroTM series, some chips support full-speed device, full-speed host and high-speed device. In accordance with the signal sampling method, USB clock s...
by a_ziliu
27 Mar 2017, 13:27
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to generate a 9-bit data frame with the UART function?
Replies: 0
Views: 2215

How to generate a 9-bit data frame with the UART function?

A 9-bit data frame in the UART application includes 8-bit data and parity bit (9th bit), and is normally used in the RS485 application to indicate the address or data byte. Refer to (follow) the table below to control SPE bit, EPE bit, and PBE bit of UA_LCR register for parity bit (9th bit) level fi...