Search
Search Results
SearchNuvoton emWin ,
find 32 items
- Sort by
- Most recent
- Popularity
Training
Learning
Watch time - 20:37
Nuvoton NuMicro Family microcontroller watch dog timer (WDT) and window watch dog timer (WWDT) basic function introduction. Use M031/M032 Series as an example.
#Training #Basic #en #Learning
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Product
Tool
Learning
Watch time - 8:24
The video introduces Nuvoton's MPU N9H30's development set-up for Linux and Non-OS, taking NuMaker-emWin-RDK-N9H30 for example. Starting from the EVB introduction to BSP and related software downloads.
-
User manuals and related resource can be downloaded
https://www.nuvoton.com/products/gui-solution/gui-reference-design/numaker-emwin-rdk-n9h30/
First, we introduce how to program Linux OS to the N9H30 evaluation board
Find the N9H30 evaluation board resource that we used on Nuvoton’s Github and download the VMware Image
https://github.com/OpenNuvoton/MPU-Family
VMware application can be downloaded from the VMware website
https://www.vmware.com/tw/products/workstation-player/workstation-player-evaluation.html
First, open the VMware
Find the ubuntu_NUC970_980_Linux folder we downloaded
Choose Ubuntu 64-bit_nuvoton.vmx
Choose Play virtual machine
The password is “user”
It will take a while to open this application for the first time
Open the terminal when the system is ready
Enter NUC970_Buildroot-master folder
After entering the folder, we need to update the Buildroot tool
Enter the command as shown below
“git reset –hard”
“git pull”
After updating, enter the dl folder
Remove the original Linux kernel and u-boot
Enter the command as shown below
“sudo rm -rf linux-master.tar.gz uboot-master.tar.gz”
After entering, enter the password “user”
Leave the dl folder and enter the Buildroot folder
Enter the “make clean” command
You don’t need to do these steps unless updating Buildroot tools
Now, we set up the evaluation board configuration
Enter configs folder to search evaluation board name
Back to buildroot after searching
Enter “make nuvoton_n9h30_emwin_defconfig” to generate configuration file
After finishing these step, enter “make” to compile
It will take about three hours to compile
After compiling, copy the two files below to windows
“/NUC970_Buildroot-master/output/images/uImage”
“/NUC970_Buildroot-master/output/build/uboot-master/u-boot.bin”
Create text file ”env-nor.txt”
The content is shown below:
baudrate=115200
bootdelay=1
stderr=serial
stdin=serial
stdout=serial
setspi=sf probe 0 50000000
loadkernel=sf read 0x7fc0 0x200000 0x600000
bootcmd=run setspi;run loadkernel;bootm 0x7fc0
bootargs=noinitrd root=/dev/mtdblock2 rw rootfstype=jffs2 console=ttyS0 rdinit=/sbin/init mem=32M mtdparts=m25p80:0x200000@0x0(u-boot),0x600000@0x200000(kernel),-(user) ignore_loglevel
Then, we need to install NuWriter and related file
The NuWriter is a programming tool provided by Nuvoton. The NuWriter application and firmware code are open-sourced, and users can add new features or develop new user interfaces per user’s application
NuWriter: https://github.com/OpenNuvoton/MPU-Family
Open “NUC970_NuWriter-master”
Enter Driver folder and install “WinUSB4NuVCOM.exe”
Enter /Nuwriter/Release and execute NuWriter
Choose IC number based on the evaluation board
We need to program Image to SPI Flash, so we choose SPI
Here we need to turn the all Power-On Setting to ON
Push Reset button
Return to NuWriter to check the green light and the connection
If it is not connecting, click Re-Connect to reconnect
After confirm the connection, start to program Image
Program the three files to particular address
u-boot.bin program to 0xe00000
env.nor.txt program to 0x80000
uImage program to 0x200000
After programming, turn the Power-On Setting to off
Push the Reset button
Evaluation board can start to boot from SPI-NOR
After booting, we need to find the rcS demo application under/etc/init.d
Enter “chmod 777 rcS” to modify the application
Now, you can see the application on the evaluation board panel
Here, we finish compiling and programming
The next topic is how to compile and program Non-OS code
First, download MDK-Arm from the link below
https://www.keil.com/download/product/
Download the Non-OS BSP provided by Nuvoton
https://github.com/OpenNuvoton/MPU-Family
The BSP includes Keil environment set up user manual
Use Keil need to purchase the related license
After downloading, Open Keil uVision
Click the File on the upper left and choose Open
Go to the BSP that we downloaded choose BSP, SampleCode, emWin_SimpleDemo, KEIL and emWin_SimpleDemo.uvproj
Click Option for Target
Click Device and choose NuMicro ARM9 Database and N9H_series
After setting up, click Rebuild, and it will generate a sample code application which is a binary file
Open the NuWriter and connect it to the evaluation board
Choose SPI and search the application we built
\N9H30_emWin_Non-OS_BSP_v1.04.000\N9H30_emWin_Non-OS_BSP_v1.04.000\BSP\SampleCode\emWin_SimpleDemo\KEIL\obj\emWin_SimpleDemo_FW070TFT_24BPP.bin
Follow the setting and program the file to 0x0
After programming, turn the Power-On Setting to boot from SPI
You can see the demo application on the evaluation
#Basic #Product #Tool #Learning #en
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Training
Application
Tool
Webinar
Watch time - 59:50
Always want to knock on the door and get in the MCU world? Here is a perfect entrance for you!
To let anyone interested in MCU familiar with Nuvoton’s development environment, we provide you a beginner course. Thus, you can have not only a whole picture of Nuvoton’s Development platform, including EVB, debugger/programmer, IDE, BSP, and software, but can also implement a very first project in this workshop.
Nuvoton has a user-friendly environment even for beginners, so don’t hesitate to join us. Let Novoton’s rookie lead your way!
Before we get started, please follow the steps before the workshop.
1. Terminal Emulator Download
PuTTY:An open-source SSH and telnet client for the Windows platform.
Download – "putty.exe" https://www.putty.org/
2. IDE Installation - KEIL MDK Nuvoton edition M0 / M23
>Enter Contact Information
>Download and Install
>Get and Add License
Download link:https://www2.keil.com/nuvoton/M0-M23
Tutorial:https://youtu.be/dzp9sAm4vmg
-
Agenda:
• NuMicro® Ecosystem
• Nuvoton Golden 3 Steps
• NuMaker Board Unboxing & Introduction
• Practice for Very Beginner - Get Started by Quick Start
• Summary
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
#Application #Tool #Training #Webinar #General #en
Watch time - 5:45
The video introduces Nuvoton's emWin graphic library for HMI applications, it also includes the breif HMI introduction, emWin resources.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
【Product Release】NuMicro M2354 Enables MCU Chip-Level Security with IoT Security Standards Compliant
Application
Webinar
Watch time - 53:19
The security issues of every network-connected device pose new challenges for system developers. More and more national or regional network security supervision departments have proposed corresponding security standards and regulations. Nuvoton Technology debuts brand new NuMicro® M2354 series products. In addition to inheriting NuMicro® M2351 Series security features that have passed Arm® PSA Certified™ Level 1, Level 2, and PSA Functional API Certified, M2354 Series endows the microcontrollers used by network-connected devices with the physical level (chip-level security) security protection function. Simultaneously, it satisfies the device's development and design requirements requiring low-power operation while performing secure networking.
#en #webinar #Intermediate #application
-
Agenda:
• Security Threats to IoT Environment
• NuMicro M235x Secure IoT MCUs
• Application Fields for NuMicro M235x
• Multi-OS and Multi-Cloud Support for IoT Node Devices
• Summary
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/
contact us: SalesSupport@nuvoton.com
Product
Learning
Watch time - 3:12
Hello! Everyone! I am Nuvoton FAE Tim.
Today, I will show you ML56 Capacitive Touch Key PCB Design.
First introduce the Touch Sensor Channel Selection.
Touch Sensor Channels.
ML56 series supports up to 14 touch sensor channels.
#Reference Sensor
It is recommended to select one reference sensor at touch sensor channel TK7 or TK14.
Maximize the distance between the reference sensor and other signals to minimize crosstalk.
#Shield Electrodes
Put the shield electrode around the touch sensor to get better signal quality and waterproof capability.
Recommended to select shield channel at touch TK0, TK4 or clock out pins (P3.2 / P4.6 / P5.7).
Next, we will explain the PCB Layout Rules.
#Touch Key Shapes
Recommended to have a 10 x 10 mm sensor area for good touch key sensitivity.
Larger touch sensor electrode work better for thicker cover.
#Reference Sensor
Recommended to assign the reference key at touch channel TK7 or TK14.
Maximize the distance to other signals to minimize crosstalk.
Round shape electrode with 1 mm diameter size is enough for normal case.
#Ground Plane
It is recommended that the traces of the touch key have a good hatched ground plane surround.
It is recommended to have hatched ground plane under the touch keys.
Hatched ground plane with 6 mil trace and 50 mil grid.
#Shield Electrode
Put touch keys with shield electrode around which provides the same phase signal around touch keys.
Hatched shield electrode with 6 mil trace and 50 mil grid.
Shield electrode area needs to keep filled around the touch key in greater than 10 mm width.
Finally, explain the Touch Key Cover Thickness.
As the cover thickness increases, the touch key sensitivities will decrease.
Larger touch key size work better for thicker cover.
Recommended touch key diameter size with difference acrylic cover thickness as shown in the table.
That's all for today's video, thank you everyone!
If you have any questions, please contact us.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
Buy now: https://direct.nuvoton.com/tw/low-power-8051-series/
Contact us: SalesSupport@nuvoton.comon.com
#Product #Learning #Basic #en
Watch time - 4:3
汽車數據記錄器由NuMicro NUC131微控制器和N9H30微處理器組成。 NUC131支持 CAN 總線接收車載記錄診斷儀II(OBD-II)數據,包括車速,發動機轉速,發動機冷卻液溫度及車內溫度等。接著NUC131轉換OBD-II原始數據,並通過UART將上述信息發送到N9H30。N9H30在7英寸 TFT-LCD emWin 人機界面上顯示接收到的信息。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/
聯絡我們: SalesSupport@nuvoton.com
Application
Learning
Watch time - 3:30
Automotive Data Logger consists of NuMicro® NUC131 microcontroller and N9H30 microprocessor. NUC131 supports CAN Bus to log On-Board Diagnostics-II (OBD-II) data, which includes vehicle velocity, engine RPM, engine coolant temperature, temperature in car from engine control unit (ECU) emulator. Then NUC131 converts the OBD-II raw data and transmits the above information to N9H30 by UART. N9H30 shows the received information on 7” TFT-LCD human machine interface enhanced by emWin.
#Application #Learning #Basic #en
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/tw/
contact us: SalesSupport@nuvoton.com
Product
Application
Webinar
Watch time - 39:46
In this webinar, we discussed the Nuvoton NuMaker IoT Platforms that are supporting Arm Mbed OS and Pelion Device Management services. We also showcased how you can use these reference designs to build and manage your smart IoT devices and applications.
Host: Austin Blackstone, Lead Developer Evangelist - Arm Pelion / Mbed OS
Speaker: Morgan Du, Principal Engineer - Nuvoton IoT Development
Slides: https://drive.google.com/file/d/1xSSzc0RBZXPjgrEwlC53MFNNMK7vVBOB/view?usp=sharing
Learn more about the Nuvoton IoT platform: https://bit.ly/3gRRvSX
Learn more about the Nuvoton NuMaker-IoT-M487 platform: https://bit.ly/2QSafqW
Shop the NuMaker-IoT-M487 development board: https://direct.nuvoton.com/en/numaker-iot-m487
#Product #Application #Webinar #General #en
Product
Learning
Watch time - 15:55
Nuvoton has provided all kinds of size panels from 3.5 to 7 inches that support i80 mode and RGB interface to show GUI. N9H series supports hardware 2D Graphics Accelerator and MJPEG codec to process images. To meet customers HMI needs, Nuvoton has already prepared low-end to high-end products including M0, M4, and Arm9 series.
#Product #Learning #Basic #en
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
buy now: https://direct.nuvoton.com/tw/numaker-emwin-n9h30
contact us: SalesSupport@nuvoton.com
0:00 簡介
1:32 Nuvoton HMI Solutions
3:04 Nuvoton HMI Development Systems
4:40 emWin Supported HMI Solution
5:29 Nuvoton Homemade Free GUI Templates
5:55 HMI Successful Story
7:15 Nuvoton MCU Feature for GUI
7:58 NuMicro N9H Series
9:26 NuMicro M480 Series
10:26 What is HMI and emWin Library
11:01 Windows Tools
12:34 Use GUIBuilder to easily create GUI
13:32 em Win sample code path in Nuvoton BSP
13:54 How to build the project • Both of the BSP and hardware are right, the display should
14:10 Nuvoton Forum
14:57 Supported LCD driver IC List (the popular ones)
Watch time - 4:18
This reference design is based on NuMicro M480 series which control a 2” OLED display. It provides an easy method for a graphical user interface (GUI) with emWin library.
As you can see, the microcontroller controls the 2-inch OLED screen and GIF files can be played on it. The M480 series runs up to 192 MHz with 512 KB embedded Flash memory and 160 KB embedded SRAM. The high-performance MCU decodes GIF motion graphics smoothly.
There are three major features about this reference design:
First: We use the Nuvoton M480 high-performance microcontroller to control the OLED through high-speed SPI to showcase dynamic effects.
Second: This solution has built-in GIF decoding and various font libraries. If there are other font requirements, you can load other fonts through the Nuvoton font conversion tool, and use the emWin Library to develop a high-quality user interface quickly.
Third: It can be applied to products requiring display functions, such as e-sports motherboards, which can dynamically display temperature, the speed of the fan and the status of the hard disk.
The OLED device has a 2-inch OLED screen with a resolution of 256*64. There is an SD card slot underneath, which obviously is for data storage and the storage status is shown on the OLED screen. The right side, there is a high-speed USB for PC connection as a flash drive. A headphone jack is on the left, I’m sure you all know how it works.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC
Contact us: SalesSupport@nuvoton.com
本方案使用 NuMicro M480 高效能 M4 微控制器,搭配 emWin library 進行 GUI 圖像化人機介面設計,將結果顯示在 2” OLED 上。NuMicro M480 系列微控制器是新唐的最新產品,透過這個系列產品高達 192 MHz 的強大運算能力和多達 160 KB 的 SRAM,並且搭配 2 吋 OLED 螢幕,來達到流暢地解碼及播放 GIF 動態影像,那這個方案包含了三大重點:
第一點:我們使用了新唐 M480 高效能微控制器,透過高速 SPI 控制 OLED 來顯示炫麗的動態效果
第二點:本方案已內建 GIF 解碼和多種字型的 Library,如果有其他字型需求,可以透過新唐字型轉換工具載入其他字庫,再加上 emWin Library 的使用,快速開發完成高質感使用者介面。
第三點:本方案可以應用於有顯示功能需求的產品,如電競主機板,可以高效地動態顯示溫度、風扇轉速和硬碟狀態等
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
聯絡我們:SalesSupport@nuvoton.com
Watch time - 2:57
新唐低功耗8051微控制器 - ML51 系列 產品、應用及開發環境介紹。
ML51 平台的速度高達 24 MHz。並具有 1.8 ~ 5.5V 的寬工作電壓,同時功耗也提供非常低,在正常運行模式下功耗僅需 80 μA / MHz,在休眠模式下功耗更可以低至 0.8 μA;類比部分我們提供 8 組 12 位 ADC、2 組比較器以及 5 階內置參考電壓。另外我們也內建 2 組 PDMA,ESD 部分可以高達 8 kV 以及 EFT 可以高達 4.4 kV,我們還提供許多豐富週邊、像是三路串口以及 2 路 I2C 還有 2 路 SPI。
ML51 系列適合於在各種需要電池的裝置,舉例來說,我們可以讓一個225mAh 的鈕扣電池持續工作 3 年而不需要更換電池。另外我們提供的寬工作電壓可以供電低至 1.8V 也不需要外加 LDO 在 PCB 板、舉例像是 TWS 的無線藍芽耳機或者是獨立式的煙霧感測器都是非常適合 ML51 的產品。
ML51 提供的開發板可以直接與電腦相連,不需要額外的燒錄器。ML51 提供的開發板以及相關的 sample code 都能讓各位快速上手、另外我們新的開發板上面,背面都印有一個短網址、輸入短網址進入網頁後可以在上面找到相關的開發資訊。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買網址:
NuMaker-ML51PC/ http://direct.nuvoton.com/numaker-ml51pc
NuTiny-ML51EB9AE/ http://direct.nuvoton.com/nutiny-ml51eb9ae
聯絡我們:SalesSupport@nuvoton.com
This video is going to show you our latest Low power ML51 series microcontroller. The ML51 platform features high performance and pin-to-pin compatibility with our 32-bit microcontrollers, such as M480, M031, and M261 series .
ML51 series supports up to 24MHz operation frequency, and 1.8V to 5.5V operating voltage, it provides four power modes: normal run mode, low power run mode, low power idle mode, and power down mode. In power down mode with multiple wake-up sources. The power consumption in low power idle mode is down to 13 μA and in power down mode it is less than 0.8 μA. When the clock runs at internal RC oscillator can also allow 9600 baud rate for UART communication. ADC supports up to 8 channels of 12-bit ADC, analog comparator and five levels of the internal reference voltage, ML51 provide two channels of PDMA, strong immunity like 8 kV ESD and 4.4 kV EFT.