Search found 271 matches

by chhsieh3
16 Jun 2020, 14:15
Forum: Example Code
Topic: [M480] M4 DSP Statistics Functions
Replies: 0
Views: 901

[M480] M4 DSP Statistics Functions

Application: This sample code uses the M4 DSP to calculate RMS and Standard Deviation. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 Ver 3.0 This sample code uses the CMSIS DSP library to calculate statistics functions, including Maximum Minimum Mean Root mean square (RMS)...
by chhsieh3
16 Jun 2020, 14:12
Forum: Example Code
Topic: [M480] Stepper Motor
Replies: 0
Views: 969

[M480] Stepper Motor

Application: The example code is M480 GPIO control 4-Phase, 8-Beat stepper motor. BSP Version: M480 Series BSP CMSIS V3.03.001 Hardware: NuMaker-PFM-M487 V3.0 This code uses M480 timer to control I/O that can drive stepper motor by Darlington IC(ULN2803). This document includes everything you need ...
by chhsieh3
10 Jun 2020, 17:19
Forum: Example Code
Topic: [M480] Heart Beating
Replies: 0
Views: 1082

[M480] Heart Beating

  • Application: Heart Beating example code
  • BSP Version: M480 Series BSP CMSIS V3.04.000
  • Hardware: NuMaker-ETM-M487
This example code shows how to get ADC voltage and send it out by DAC.

You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1226162825
by chhsieh3
10 Jun 2020, 17:17
Forum: Example Code
Topic: [M480] M4 DSP Fast Math Function
Replies: 0
Views: 931

[M480] M4 DSP Fast Math Function

Application: This sample code uses the M4 DSP to calculate sine and cosine. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 Ver 3.0 This sample code uses the CMSIS DSP library to calculate Fast math functions, including Sine (input value in radians) Cosine (input value in ra...
by chhsieh3
10 Jun 2020, 17:13
Forum: Example Code
Topic: [NUC240] Read Bin File Data from SD Card to IAP
Replies: 0
Views: 952

[NUC240] Read Bin File Data from SD Card to IAP

Application: This code demonstrates how to execute IAP process by reading bin file data from SD card to update user application. BSP Version: NUC230/240 Series BSP CMSIS V3.01.001 Hardware: NuTiny-SDK-NUC240V V1.2, NuEdu-Advance02 This example code demonstrates how to execute IAP process by reading...
by chhsieh3
10 Jun 2020, 17:10
Forum: Example Code
Topic: [M480] uIP TCP Client
Replies: 0
Views: 1102

[M480] uIP TCP Client

Application: An example of TCP client using uIP TCP/IP stack BSP Version: M480 Series BSP CMSIS v3.03.001 Hardware: NuMaker-PFM-M487 Ver 3.0 NuMicro® M480 series support 10/100M Ethernet controller. M480 BSP includes EMAC sample programs based on TCP/IP open-source projects. Sample program bsp\Samp...
by chhsieh3
10 Jun 2020, 17:08
Forum: Example Code
Topic: [NUC240] Simulate UART Transmission by Software
Replies: 0
Views: 870

[NUC240] Simulate UART Transmission by Software

Application: This code uses GPIO and TIMER to simulate UART waveform. BSP Version: NUC230_240 Series BSP CMSIS V3.01.001 Hardware: NuTiny-EVB-NUC240 V1.2 If we do not have enough UART channel to use in the application, we can use TIMER interrupt with GPIO to generate UART waveform. Since the wavefo...
by chhsieh3
10 Jun 2020, 15:25
Forum: Example Code
Topic: [M051] Software UART
Replies: 0
Views: 941

[M051] Software UART

Application: Simulate UART half-duplex communication transmission using GPIO and TIMER. BSP Version: M051 Series BSP CMSIS v3.01.001 Hardware: NuMaker-EVB-M051 v3.0 In this example, the IOs of the two GPIOs are set to output mode and input mode and are responsible for receiving or transmitting data...
by chhsieh3
10 Jun 2020, 15:22
Forum: Example Code
Topic: [Nano100] FreeRTOS Demo
Replies: 0
Views: 900

[Nano100] FreeRTOS Demo

Application: FreeRTOS BSP Version: NANO100 BSP CMSIS v3.03.000 Hardware: NuTiny-EVB-NANO100 V1.1 The example code NANO100_FreeRTOS modifies BSP sample code to work under FreeRTOS, which is a real-time operating system. The sample code creates two task to execute process sample code. You can downloa...
by chhsieh3
10 Jun 2020, 15:20
Forum: Example Code
Topic: [Mini51] Software RTC
Replies: 0
Views: 878

[Mini51] Software RTC

Application: This document describes how to use timer periodic mode to emulate RTC function. BSP Version: Mini51DE Series BSP CMSIS V3.02.000 Hardware: NuTiny-EVB-Mini51_V2.1 This example code demonstrates how to use timer periodic mode to emulate RTC function. We configure Timer0 in periodic mode....