Search found 271 matches

by chhsieh3
21 Apr 2020, 13:38
Forum: Example Code
Topic: [NUC240] Use ACMP to Invert UART TX
Replies: 0
Views: 859

[NUC240] Use ACMP to Invert UART TX

Application: Use ACMP to invert the UART TX signal. BSP Version: NUC230/240 Series BSP CMSIS V3.01.001 Hardware: NuTiny-EVB-NUC240 V1.2 In some applications, the UART signal needs to be inverted, and we can implement it using ACMP. This article uses UART TX as an example, and UART can also use this...
by chhsieh3
20 Apr 2020, 14:37
Forum: Example Code
Topic: [Nano130] Control MPU9250 Sensor
Replies: 0
Views: 1031

[Nano130] Control MPU9250 Sensor

Application: This sample code uses Nano130 to control sensor MPU9250. BSP Version: Nano100B Series BSP CMSIS v3.03.000 Hardware: NuEdu-EVB-Nano130 This example shows how to use Nano130 to communicate with motion sensor MPU9250 to obtain the motion track and direction of the device. First, Nano130 i...
by chhsieh3
20 Apr 2020, 14:30
Forum: Example Code
Topic: [M480] UART Wake Up and Compensation
Replies: 0
Views: 866

[M480] UART Wake Up and Compensation

Application: This sample code uses the UART to wake up the M480 from power down mode and perform frequency compensation. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 Ver 3.0 In this example code, the M480 will enter the power down mode. When the received UART data reaches...
by chhsieh3
20 Apr 2020, 14:19
Forum: Example Code
Topic: [Nano100] Timer Trigger DAC and PDMA
Replies: 0
Views: 770

[Nano100] Timer Trigger DAC and PDMA

Application: Demonstrate PDMA trigger DAC convert sine wave outputs BSP Version: Nano100B Series BSP CMSIS V3.03.000 Hardware: NuTiny-EVB-Nano130-LQPF128 Demonstrate PDMA trigger DAC convert sine wave outputs. You can download the sample code at https://www.nuvoton.com/resource-download.jsp?tp_GUID...
by chhsieh3
20 Apr 2020, 14:09
Forum: Example Code
Topic: [Nano100] UART Rx Wakeup
Replies: 0
Views: 775

[Nano100] UART Rx Wakeup

Application: This code demo the UART RX wakeup BSP Version: Nano100B Series BSP CMSIS V3.02.002 Hardware: NuTiny-EVB-Nano130-LQFP128 V1.0 This example code will demo the system how to wake up by UART RX. And the UART RX enables the PDMA function. You can download the sample code at https://www.nuvo...
by chhsieh3
20 Apr 2020, 13:56
Forum: Example Code
Topic: [NUC240] Drive GP2Y1010AU0F to Get PM2.5 Value
Replies: 0
Views: 763

[NUC240] Drive GP2Y1010AU0F to Get PM2.5 Value

Application: This sample code uses NUC240 to drive GP2Y1010AU0F to get PM2.5 value through ADC interface. BSP Version: NUC230_240 Series BSP CMSIS v3.01.001 Hardware: NuTiny-SDK-NUC240V This sample code uses NUC240 to drive GP2Y1010AU0F to get Vo value (GP2Y1010AU0F output voltage) to calculate PM2...
by chhsieh3
14 Apr 2020, 14:57
Forum: Example Code
Topic: [M451] UART Output Chinese Character
Replies: 0
Views: 879

[M451] UART Output Chinese Character

Application: Demonstrate how to use UART output Chinese character on terminal BSP Version: M451 Series BSP CMSIS V3.01.003 Hardware: NuTiny-EVB-M451 LQFP100 V1.3 The serial port is a very familiar peripheral. We don't want to introduce more about the serial port but focus on the encoding topic of s...
by chhsieh3
14 Apr 2020, 14:54
Forum: Example Code
Topic: [M451] Use I2C to Drive MPU6050
Replies: 0
Views: 901

[M451] Use I2C to Drive MPU6050

Application: This sample code is M451 drives and controls six-axis sensor MPU6050 through I2C interface. BSP Version: M451 Series BSP CMSIS v3.01.003 Hardware: SmartM-M451 Mini The sample code uses M451 GPIO to simulate I2C to initialize 6-axis sensor, and reads 6-axis sensor data through I2C.The M...
by chhsieh3
14 Apr 2020, 14:51
Forum: Example Code
Topic: [M480] emWin Display Text
Replies: 0
Views: 765

[M480] emWin Display Text

Application: This example code utilizes API of emWin to show different drawing mode on the panel. BSP Version: M480 Series BSP CMSIS V3.03.001 Hardware: NuMaker-PFM-M487 V3.0 & M487 Advance Ver4.0 Nuvoton has license emWin library from Segger. It is really simple to use API of emWin to develop huma...
by chhsieh3
14 Apr 2020, 14:47
Forum: Example Code
Topic: [M451] Load and Call Functions in SRAM
Replies: 0
Views: 792

[M451] Load and Call Functions in SRAM

Application: The example code demonstrates how to dump the binary code of a function, and fill the binary code to SRAM then call it. BSP Version: M451 Series BSP V3.01.001 Hardware: Any M451 series boards The example code has two steps to demonstrate Dump the binary code of a function. Fill the bin...