Search found 309 matches

by chhsieh3
05 May 2020, 14:36
Forum: Example Code
Topic: [M0518] TIMER Capture Both Edge
Replies: 0
Views: 1553

[M0518] TIMER Capture Both Edge

Application: This sample code uses the TIMER to capture both rising edge and falling edge of the external signal. BSP Version: M0518 Series BSP CMSIS V3.00.002 Hardware: NuTiny-M0518S-V1.1 This sample code uses the TIMER to capture both rising edge and falling edge of the external signal and calcul...
by chhsieh3
05 May 2020, 14:30
Forum: Example Code
Topic: [NUC240] USBD Bulk Communication
Replies: 0
Views: 1605

[NUC240] USBD Bulk Communication

Application: Demonstrate how to do USB communication in bulk transfer type BSP Version: NUC230/NUC240 Series BSP CMSIS v3.01.002 Hardware: NuTiny-EVB-NUC240 V1.2 This example code implements a USB bulk device and a PC-side application used to communicate with that device. PC-side program implements...
by chhsieh3
05 May 2020, 14:26
Forum: Example Code
Topic: [Nano130] Trace Hard Fault Cause
Replies: 0
Views: 1615

[Nano130] Trace Hard Fault Cause

Application: Find the sample code for the CPU to read the illegal address and cause the hardware hard fault BSP Version: Nano100B Series BSP CMSIS v3.03.000 Hardware: NuTiny–EVB–NANO130_LQFP128 V1.2 When the microcontroller reads the memory through the 16-bit pointer, if the 16-bit pointer position...
by chhsieh3
05 May 2020, 14:21
Forum: Example Code
Topic: [Nano100] Timer Trigger ADC and PDMA
Replies: 0
Views: 1602

[Nano100] Timer Trigger ADC and PDMA

Application: Use PDMA channel 1 to transfer the data converted from channel 0, 1, 2 of the ADC to SRAM. BSP Version: Nano100B Series BSP CMSIS v3.03.000 Hardware: NuTiny-EVB-Nano130-LQPF128 Use PDMA channel 1 to transfer the data converted from channel 0, 1, 2 of the ADC to SRAM. You can download t...
by chhsieh3
28 Apr 2020, 16:18
Forum: Example Code
Topic: [NUC240] ENC28J60 Driver for uIP/HTTP
Replies: 0
Views: 1871

[NUC240] ENC28J60 Driver for uIP/HTTP

Application: This sample code uses NUC240 to drive ENC28J60 to achieve uIP/httpd function. BSP Version: NUC240 BSP v3.00.001 Hardware: NuTiny-SDK-NUC240V This sample code uses NUC240 to drive ENC28J60 though SPI interface to achieve uIP/httpd function. You can download the sample code at https://ww...
by chhsieh3
28 Apr 2020, 16:08
Forum: Example Code
Topic: [M480] emWin BMP
Replies: 0
Views: 1581

[M480] emWin BMP

Application: This example code utilizes API of emWin to show pictures storing in the internal memory 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 emWi...
by chhsieh3
28 Apr 2020, 16:05
Forum: Example Code
Topic: [M051] Pending IRQ On WakeUp
Replies: 0
Views: 1588

[M051] Pending IRQ On WakeUp

Application: Use TIMER to wake up the system and pending the interrupt service, first execute the main program. BSP Version: M051 Series BSP CMSIS v3.01.002 Hardware: NuTiny-EVB-M051_V3.0 Under normal circumstances, when the power saving mode is woken up, it will first enter the interrupt service r...
by chhsieh3
28 Apr 2020, 15:56
Forum: Example Code
Topic: [M480] SPI flash as a Storage for USB MSC
Replies: 0
Views: 1744

[M480] SPI flash as a Storage for USB MSC

Application: This sample code uses SPI Flash as back end storage through SPIM interface. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 Ver 3.0 In the sample code, the M480 acts as a USB 2.0 flash drive. It uses the SPIM interface as an back end storage for SPI Flash and ha...
by chhsieh3
28 Apr 2020, 15:22
Forum: Example Code
Topic: [M031] USB Device Remote Wakeup
Replies: 0
Views: 1839

[M031] USB Device Remote Wakeup

Application: Demonstrate how to Implement USB Device Remote Wakeup Function. BSP Version: M031 Series BSP CMSIS V3.01.000 Hardware: NuMaker-M032SE V1.3 This example code contains the USB suspend/resume and remote wakeup knowledge. All USB devices must support suspend mode to keep low power consumpt...
by chhsieh3
27 Apr 2020, 14:49
Forum: Example Code
Topic: [Nano100B] Timer Trigger PDMA
Replies: 0
Views: 1556

[Nano100B] Timer Trigger PDMA

Application: Timer Trigger PDMA BSP Version: NANO100B BSP CMSIS V3.03.001 Hardware: NANO100B-Tiny NuMicro® NANO100B supports TIMER trigger PDMA. In NANO100B, the sample bsp\SampleCode\StdDriver\PDMA_memory shows memory to memory transfer. The sample Timer_Trigger_PDMA modifies BSP sample PDMA_memor...