Search
Search Results
						SearchQuick Start ,
						find 30 items
							
								
						
					
					- Sort by
- Most recent
- Popularity
					Training 
							Learning 
							Watch time - 11:47
				This video will guide users to quickly start developing Nuvoton N9H30 series microcontroller in a non-OS environment, and will demonstrate a GUI design by SEGGER emWin AppWizard tool. This video also shows how to enter the debug mode with J-Link and deploy the AppWizard project to the NuMaker-HMI-N9H30 evaluation board by NuWriter.
#emWinAppWizard #MPU #N9H #N9H30 #NonOS #HMI #GUIdesign #QuickStart #NuWriter #JLink  #Debug #Basic #Training #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 
							Tool 
							Learning 
							Watch time - 12:37
				Due to Mbed discontinuing the Online Compiler, starting from the new NuMaker-IoT-M467 development platform, the offline tool Mbed Studio is used. First, we introduce how to use Mbed Studio to develop on NuMaker-IoT-M467 development platform.
#MCU #CortexM4 #M467 #NuMaker #MbedOS #Nuvoton #NuMicro #Microcontroller #Basic #Tool #Training #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
				
			
					Application 
							Seminar 
							Watch time - 21:9
				Frederick Lin
President & CTO, SunASIC Technologies, Inc.
There is a significant gap between IoT and other IT applications, which requires different hardware and software architecture and business strategies to address the special requirements of IoT. We started the exploration with personal security products and ended up with a new ecosystem that is tailored for the IoT world.
– 
Learn more about Nuvoton IoT Security platform: https://www.nuvoton.com/iotsecurity 
Shop online: https://direct.nuvoton.com/ 
Contact us: SalesSupport@nuvoton.com 
#seminar #en #general  #Application #M2354 #M2351 #Nuvoton #新唐科技 #NuMicro #MCU
				
			
					Product 
							Learning 
							Watch time - 5:29
				This video will introduce NuMaker-HMI-MA35D1-S1 Quick Start to you.
1. Unboxing
2. Power On and Demonstration
3. NuMaker-HMI-MA35D1-S1 Introduction
4. Development Platform
5. Development Environment Setup
 #HMI  #SoM #System-on-Module #Yocto #DevelopmentBoard #Product #general #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 
							Learning 
							Watch time - 2:47
				The NuMicro® MA35D1 series is a heterogeneous multi-core microprocessor targeted to high-end edge IIoT gateway. It is based on dual 64-bit Arm® Cortex®-A35 cores with speed up to 1 GHz, and one 180 MHz Arm® Cortex®-M4 core. Based on the high-performance cores, the MA35D1 series facilities the tiny AI/ML for edge computing.
The MA35D1 supports 16-bit DDR2 and DDR3/ DDR3L SDRAM. For an easy system design and manufacture, the MA35D1 series also offers LQFP and BGA packages stacked with the DDR2/DDR3L SDRAM and density up to 512 MB, which significantly reduces PCB layer, size and electromagnetic interference (EMI).
The MA35D1 series is a trusted system for IoT products' security requirements. It includes several advanced security mechanisms such as Nuvoton Trusted Secure Island (TSI) an isolated secure hardware unit, TrustZone, secure boot, tamper-detection, built-in cryptographic accelerators, and a TRNG, as well as Key Store and OTP memory. All the security operations are performed in the TSI to protect sensitive and high-value data. The features also satisfy customers in IEC 62443 certification requirements.
For high-end edge IIoT gateway requirements, the MA35D1 series provides multiple advanced and high-speed connection interfaces, such as Gigabit Ethernet, SDIO3.0, USB 2.0 HS, and CAN FD, for edge gateway and new energy applications.
For HMI applications, the MA35D1 series provides a LCD display controller with the resolution up to 1920x1080 at 60 FPS, a 2D graphic engine, a JPEG and a H.264 decoder integrated for better graphical HMI effects and video playback.
NuMicro MA35D1 series targets the applications of:
- Edge Gateway 
- Lightweight AI/ML
- HMI & Industrial Control 
- New Energy Devices
Contact us to get more information. Start to evaluate NuMicro MA35D1 and innovate your products today.
#General #Product #Learning #en #MA35D1 #Nuvoton #NuvotonMPU #NuvotonHMI #NuvotonEdgeGateway #NuMaker-HMI-MA35D1-S1 #NuMaker-IoT-MA35D1-A1
-
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
				
			
					Training 
							Tool 
							Learning 
							Watch time - 1:43
				This video introduces how to download and install the Nu-Link Keil driver. The content includes how to download the Nu-Link Keil driver from the Nuvoton website, as well as the things you need to pay attention to during installation, so that you can use Arm Keil faster and smoother.
#Tool #Training  #Learning #Intermediate #en 
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/numaker-m251sd
Contact us: SalesSupport@nuvoton.com
				
			
					Training 
							Tool 
							Learning 
							Watch time - 4:14
				The video will introduce you the NuMicro™ Family M251/M252 Series BSP, includes how to download the BSP and introduction of each sample codes and folders. And help you use the template to develop your first M251/M252 program.
#Tool #Training  #Learning #Intermediate #en 
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/numaker-m251sd
Contact us: SalesSupport@nuvoton.com
				
			
					Training 
							Tool 
							Learning 
							Watch time - 3:19
				This video introduces how to download and install Arm Keil, and its content includes how to use Nuvoton's product serial number to apply for an Arm Keil product serial number and how to receive a product serial number that can be used in the activation step. Help you to install and use Arm Keil easily, and through Nuvoton's product serial number, free (M0 series) or half price (M23, M4 series) use Arm Keil product serial number.
#Tool #Training  #Learning #Intermediate #en 
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/numaker-m251sd
Contact us: SalesSupport@nuvoton.com
				
			
					Training 
							Learning 
							Watch time - 4:0
				Take Nuvoton NuMaker-IIoT-NUC980 running Linux as the platform and learn how to develop various functions. Watch this video and you will learn how to install Buildroot for NuMaker-IIoT-NUC980 board before starting development.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/en/numaker-iiot-nuc980
Contact us: SalesSupport@nuvoton.com
#Training #Learning #Basic #en
				
			
					Training 
							Tool 
							Learning 
							Watch time - 5:40
				Hello, everyone! I'm Chris, Field Application Engineer from Nuvoton Technology.
Today, I will introduce you how to design NuMicro M251/ M252 application circuit.
Let's start with the power application circuit of M251/M252.
The external power should add 10uF and 0.1uF decoupling capacitors, and the capacitor should be placed close to the source of the external power supply.
Before the external power enters the VDD/VDDIO/VBAT of the IC, 0.1uF bypass capacitors should be added separately, and the capacitors should be placed close to the IC.
Before the external power enters the AVDD, the bead should be connected in series for filtering, and then 1uF, 0.1uF, and 0.01uF bypass capacitors should be added. The bead and capacitors should be placed close to the IC.
Before connecting AVDD to VREF, first, connect the bead in series for filtering, and then add 2.2uF, 1uF, and 470pF bypass capacitors. The bead and capacitors should be placed close to the IC.
A 1uF bypass capacitor should be added to the internal LDO power supply of the IC, and the capacitor should be placed close to the IC.
AVSS and VSS should be connected in series with a bead for filtering.
USB_VBUS should be connected in series with a 10-ohm resistor to enhance the ability of USB to resist EFT interference.
USB_D+ and USB_D- should be connected in series with 27-ohm resistors for impedance matching.
USB_VCC33_CAP needs to add a 1uF bypass capacitor.
ICE_DAT and ICE_CLK should be connected to 100K ohm pull-up resistors.
The two ends of the high-speed and low-speed crystal oscillators should be connected with an equivalent capacitance of 20pF to VSS.
I2C_SCL and I2C_SDA should be connected to 4.7K ohm pull-up resistors.
nRESET should be connected to a 10K ohm pull-up resistor and a 10 uF capacitor to VSS.
The internal LDO power supply of the IC needs to add a 1 uF bypass capacitor, and the capacitor should be placed close to the IC.
In addition, reference circuits for EBI, UART, SPI, and Audio are provided.
VDD is connected to 4~32 MHz crystal oscillator, POR33, Power On Control, 5V to 1.5V LDO, IO Cell... and other circuits inside the IC. Among them, GPIO PF.4 to PF.6 and PA.0 to PA.5 output, the high level is equal to VDD.
Vbus is connected to the USB 1.1 PHY inside the IC.
This 1.5V regulator will provide 1.5V for Digital Logic, SRAM, Flash, POR15, LIRC, MIRC, HIRC... and so on.
Vbat is connected to internal 1.5V RTC_LDO and provides 1.5V voltage for RTC, 32.768 kHz crystal oscillator, IO Cell PF.6.
VDDIO is connected to some IO cell for use, and the output high level of PA.0 to PA.5 is equal to VDDIO.
AVDD is connected to the analog circuit inside the IC, and VREF is the reference voltage of the analog circuit.
That's all for the hardware design of the NuMicro M251/M252 series instruction. Thank you for watching it.
If you have further questions, please contact us.
#Tool #Training  #Learning #Intermediate #en 
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/numaker-m251sd
Contact us: SalesSupport@nuvoton.com
				
			
 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 粤公网安备 44030502010001号
粤公网安备 44030502010001号