Search found 41 matches

by Henry
07 Apr 2017, 16:42
Forum: Linux/RTOS
Topic: Sample code for NUC442 to operate FAFTS with FreeRTOS
Replies: 0
Views: 11983

Sample code for NUC442 to operate FAFTS with FreeRTOS

This sample code uses NUC472_NUC442_BSP_CMSIS_V3.02.000 for NuEdu-SDK-NUC472.
Basing on formal BSP, porting FreeRTOS to access SD card thru SD Host interface.
And read/write data by FATFS.
NUC472_NUC442_BSP_CMSIS_V3.02.000 _FATS_FREERTOS.rar
(3.34 MiB) Downloaded 5346 times
by Henry
24 Mar 2017, 15:48
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to generate the period of Timer?
Replies: 0
Views: 2348

How to generate the period of Timer?

Timeout Period = (Period of Input Clock Source) * (8-bit Prescaler + 1) * (24-bit TCMPR), (TCMPR: Timer Compare Register).

Please refer to the following NUC100 series example to get the longest and shortest period of Timer.
Timeout Period of Timer.png
Timeout Period of Timer.png (15.81 KiB) Viewed 2348 times
by Henry
24 Mar 2017, 15:47
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How many PWM channels the NuMicro® Cortex-M0 Series can provide?
Replies: 0
Views: 2362

How many PWM channels the NuMicro® Cortex-M0 Series can provide?

There are up to 24 PWM channels in one NuMicro® Cortex-M0 Series chip, but the number of PWM channels provided in a chip depends on the part number.
by Henry
24 Mar 2017, 15:46
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What is the PWM generator and its main function?
Replies: 0
Views: 2295

What is the PWM generator and its main function?

PWM is the abbreviation of pulse-width modulation, and it can generate and provide the square waveform output from a chip.
User can control the frequency and duty of output waveform.
In general, the PWM output is used to drive the motor or LED.
by Henry
24 Mar 2017, 15:45
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How many slaves can join the LIN bus?
Replies: 0
Views: 2466

How many slaves can join the LIN bus?

The protocol of LIN bus includes 6 bits of identifier field to indicate the length of the following data and what message the slave responds to. In other words, there are 64 identifiers sorted in 4 groups of 16 messages. Slaves must be designed to respond to one or more messages; as a result, the ma...
by Henry
24 Mar 2017, 15:45
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What is the application field for LIN bus?
Replies: 0
Views: 2339

What is the application field for LIN bus?

LIN bus is typically used in the car electric field. Please refer to the following website to get more information.
http://www.iso.org/iso/catalogue_detail ... mber=61227
http://en.wikipedia.org/wiki/Local_Interconnect_Network
by Henry
24 Mar 2017, 15:44
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: What is the difference of UART coding between high speed and low speed?
Replies: 0
Views: 2356

What is the difference of UART coding between high speed and low speed?

The UART coding between high speed and low speed is almost the same. First, we must know the only difference of UART hardware between high speed and low speed is buffer length. The buffer length is 64 bytes for high speed, but 16 bytes for low speed. Also, user must select good threshold for receive...
by Henry
24 Mar 2017, 15:43
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: How to use UART /CTS to wake up a chip?
Replies: 0
Views: 2308

How to use UART /CTS to wake up a chip?

Please set the WKCTSIEN (UART_INTEN[9]) and MODEMIEN (UART_INTEN[3]) after initiating UART and /CTS function.
When the /CTS input pin changes the state from high to low or from low to high, it will generate the modem interrupt to wake up a chip.
by Henry
24 Mar 2017, 15:43
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Can Nuvoton provide the VID (0x0416) for customers?
Replies: 0
Views: 2548

Can Nuvoton provide the VID (0x0416) for customers?

The VID (0x0416) is licensed from USB-IF by Winbond. Nuvoton, a spin-out of Winbond Electronics’ Logic business group does not suggest that customers use the VID (0x0416) to design USB applications. Please refer to the following USB-IF website to license a Vendor ID for USB production. http://www.us...
by Henry
24 Mar 2017, 15:42
Forum: Nuvoton Cortex-M0/M23 MCU
Topic: Do all NuMicro® Cortex-M Series pass the USB certification?
Replies: 0
Views: 2214

Do all NuMicro® Cortex-M Series pass the USB certification?

Yes, all NuMicro® Cortex-M Series pass the USB certification.
Please refer to the following NUC120/NUC140 USB 2.0 Test Report.
USB 2.0 Test Report.png
USB 2.0 Test Report.png (37.14 KiB) Viewed 2214 times