検索
検索結果
						検索Low Power ,
						合計 63 items
							
								
						
					
					- 並べ替え
- 時間別
- 人気別
					トレーニング 
							ツール 
							学ぶ 
							ビデオの長さ - 4:26
				Hello everyone, I am Chris, the field application engineer from Nuvoton Technology. Today I will introduce the power modes of the M251/M252 series microcontroller.
The M251/M252 series has multiple power modes. The differentiation is based on power consumption, wake-up time, the operable CPU, and peripherals.
In normal mode, the CPU is running normally. In Idle mode, only the CPU clock is disabled while other peripherals work as usual.
Normal mode and idle mode can be divided into high-efficiency high-speed PL0 mode and low-power low-speed PL3 mode according to CPU operating speed.
We should note that in the low-speed PL3 mode, only the clock source of the CPU and peripherals is 32.768 or 38.4 kHz can run.
In power-down mode, there are three types according to power consumption.
The first is NPD (Normal Power Down Mode). The CPU and high-speed peripherals stop running, and only the low-speed peripherals can work normally.
The second is FWPD (Fast Wake Up Power Down Mode), which is the fastest wake-up of the three power-down modes but consumes more power.
The third is DPD (Deep Power Down Mode), which consumes the lowest power among the three power-down modes, but the data in the RAM cannot be retained, and the wake-up speed is the slowest. Specific peripherals or pins can only activate the wake-up.
For power consumption and wake-up time, we list the corresponding data. Users can choose the most suitable power mode according to the required power consumption and wake-up time.
We need to note that FWPD mode will consume more power in the power-down mode because this mode wakes up the fastest.
The DPD mode is the least power consumption, but the longest wake-up time.,
Also, normal mode is a normal working mode, so there is no need to wake up.
The time unit of the idle mode is different from the power-down mode, which is five cycles. The length of a cycle is determined according to the operating frequency used by the system.
In the related resources section, we provide application notes for power management, which have more detailed operations and descriptions. If you want to know more, please download it from the URL in the video.
There are also various power mode entry and wake-up methods in the BSP package; you can also refer to and use it.
That’s all for the power modes introduction. Thank you for watching it. Please subscribe to our channel for more video resources. If you want to know more information, 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
				
			
					製品 
							学ぶ 
							ビデオの長さ - 9:3
				Nuvoton announced the latest ML51/ML54/ML56 microcontroller, built-in capacitive touch sensing, LCD driver highly integrated low power platform. Based on 1T 8051 core, running up to 24MHz, the power consumption in normal run mode is 80uA/MHz, lower than 1uA in power down mode  the power consumption while power down with LCD on is lower than 20uA.
0:00 intro
0:37 NuMicro 8051 Microcontroller
1:38 ML51/ML54/ML56 Product Portfolio
2:18 ML51/ML54/ML56 Features
3:27 Broad Scalability
4:05 Provide 4 Different Power Modes
4:44 LCD Driver Feature
5:52 Touch Key Features
7:05 Target Applications
#Product #Learning #Basic #en
#ML51 #ML54 #ML56 #8051 #LowPower #LCD-Driver #HumanMachineInterface #HMI #TouchKey-IC #HomeAppliance #EmbeddedWorld2022
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com
Contact us: SalesSupport@nuvoton.com
				
			
					ビデオの長さ - 3:32
				The NAU82011YG is a highly efficient, filter-free, mono Class-D audio amplifier with variable gain, which is capable of driving a 4Ω load with up to 2.9W output power. This device provides chip enable pin with extremely low standby current and fast start-up time of 4ms.
The NAU82011YG is ideal for battery driven portable applications. NAU82011YG features 91% efficiency, low quiescent current (i.e. 1.25mA at 3.6V) and superior EMI performance. The audio input of this device can be configured as either single-ended or differential input mode.
Target Applications:
• Portable Audio Device/Speaker
• Portable Navigation Device
• Tablet PC
Key Features:
• Audio Input
  - Differential / Single-end input 
  - DC PSRR Typ.@95dB
  - CMRR Typ.@63dB
   
• Audio Output
  - Powerful Mono Class-D Amplifier
  - 2.9W (4Ω @ 5V, 10% THD+N)
  - 2.3W (4Ω @ 5V, 1% THD+N)
  - Low Output Noise: 20 μVRMS
     
• Advance Feature
  - Low Current Shutdown Mode
  - Click-and Pop Suppression
  - Integrated Image Reject Filter
  - Integrated feedback resistor of 300 kΩ
     
• Operating Characteristics
  - voltage range: 2.5 V to 5.5 V
  - Temperature range: -40°C to 85°C
        - Low Quiescent Current: 1.2mA@3.6V, 1.7mA@5V
     
• Package
  - WLCPS-9
				
			
					トレーニング 
							ツール 
							学ぶ 
							ビデオの長さ - 3:55
				Hello everyone, I am Morgan, the principal engineer of Nuvoton Technology. Today, I will show you how to use SD card with Mbed OS on NuMaker-IoT-M487 development board.
Open Chrome browser, and enter the URL https://ide.mbed.com to use the Mbed Online Compiler.
After log in, make sure that NuMaker-IoT-M487 board already selected in the upper right corner. If not, please refer Nuvoton IoT Tutorial series “Get Started with Mbed OS” which has a detailed description of how to add a board.
Click the “New” on the left of menu bar, a “Create new program” window will be displayed. 
You can see that the Platform has been set to NuMaker-IoT-M487. In the Template, select the "NuMaker SD-File-System with SD mode" for this tutorial. Then click OK. 
Now you can see that the sample code has loaded on the page. LittleFS uses less memory, supports power failure protection. However, LittleFS is different from the FAT file system, so after uses littleFS, the SD card will be formatted as LittleFS.  The sample code uses FAT file system as default.
Just click “Compiler” to build the example.
It is in compiling, please wait a moment.
After the compilation is complete, “Success” will appear in the compile output window.
The browser downloads the binary firmware file directly after a successful compiling. It will be saved in a default download folder or the folder based on your browser setting. In Chrome, you can click download file and select “Show in folder”.
Please insert a micro SD card into the card slot on the back of NuMaker-IoT-M487 board, then connect the USB to your computer and make sure the onboard LED lights up. 
Let’s back to the folder you just download the binary firmware file (NuMaker-mbed-SD-FileSystem-example.NUMAKER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive.
You will see the copying progress dialog box.
Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the demonstration, the “Nu-Link Virtual Com Port” is COMx. 
Then use your favorite terminal tool. Here we use Putty. Open the COMx port with 115200 baud rate
And no flow control settings. Then “Open” it.
Press “Reset” on board to run the firmware again.
You can see the messages on terminal while accessing SD card.
That’s all for this tutorial. Thank you for watching.
Welcome to subscribe to our channel.
If you want to get more information, please contact us “SalesSupport@nuvoton.com”
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/en/numaker-iot-m487
Contact us: SalesSupport@nuvoton.com
#tool #training #learning #intermediate #en
				
			
					トレーニング 
							ツール 
							学ぶ 
							ビデオの長さ - 8:36
				Hello everyone, I am Morgan, the principal engineer of Nuvoton Technology. Today, I will show you how to use 4G LTE or NB-IoT with Mbed OS on NuMaker-IoT-M487 development board.
This tutorial needs a cellular expansion board to work with NuMaker-IoT-M487 development board. You can purchase the 4G LTE expansion board, RF-EC21A, on Nuvoton Direct (https://direct.nuvoton.com/communication-module/). Please install your 4G LTE SIM card in the mini SIM card slot on the back, and install the antenna at the MAIN connector on the front of the board.
Although there is an NB-IoT expansion board, it requires an NB-IoT SIM card. Using LTE is more convenient. Just use your own LTE SIM card which has data plan.
Then install the expansion board to the Arduino UNO connector of the NuMaker-IoT-M487 development board.
Because the power consumption of the 4G LTE module is higher, it is not enough to supply power from USB only. You need to plug in the 5V/2A power supply. If you use NB-IoT module, no additional power supply is needed.
We used “New” to select a template to create a new project. This time, we use the example on GitHub to create a new project. The URL of template used for this tutorial is https://github.com/OpenNuvoton/NuMaker-mbed-Cellular-example
In chrome browser, enter the URL https://ide.mbed.com to use Mbed Online Compiler environment.
After you log in, make sure that NuMaker-IoT-M487 board already selected in the upper right corner. If not, please refer Nuvoton IoT Tutorial series “Get Started with Mbed OS” which has a detailed description of how to add a board.
Click the second option “Import” on the upper left.
In the Import Wizard, click “Click here”
On the “Source URL:”, enter the tempalte URL https://github.com/OpenNuvoton/NuMaker-mbed-Cellular-example . Then move mouse cursor to “Import Name:” and click it, the Project name will be automatically fill in. Then click “Import” button.
Now you can see that the sample code has loaded. Depending on the cellular module used, the configuration may need to be modified. Click on “Readme.md” to open it. It lists configurations for supported cellular modules.
Because the tutorial uses RF-EC21A expansion board which includes a Quectel EC21 LTE module, let’s check and modify the configuration in mbed_app.json file.
Click the “mbed_app.json” file to open it. It is a JSON file to customize compile time configuration parameters in Mbed OS. The “*” (asterisk) in “target_overrides” session indicates all development boards are applicable. You can set in the designated board session, so the settings are only applicable to the specified board.
The default mbed_app.json file in the example has configured for RF-EC21A. Such as,
"target.network-default-interface-type" has set to "CELLULAR" for cellular connection.
Both "lwip.ppp-enabled” and "lwip.tcp-enabled" set to true.
Use generic AT3GPP driver for RF-EC21A ("GENERIC_AT3GPP.provide-default": true)
And the RF-EC21A UART connects on Arduino D0/D1 ("GENERIC_AT3GPP.tx": "D1" and  "GENERIC_AT3GPP.rx": "D0")
When your SIM card installed in your mobile phone, you can find the APN, username and password settings in your mobile phone. Or contact your telecom operator to get this information. In the example, APN has set to “internet”, no username, and no password. (Move mouse cursor around these settings)
The final setting to check is PIN code. In the example, the setting is no PIN code. If your SIM card has PIN code, for example 1234, please set it like this “\”1234\”” (Move mouse cursor around the setting)
Save it then build it.
It is in compiling, please wait a moment.
Then you can see the last message is “Success!”.
The browser will download the binary firmware file directly after a successful compiling. It will be saved in a default download folder or the folder based on your browser setting. In Chrome, you can click download file and select “Show in folder”.
Then we connect the NuMaker-IoT-M487 USB port to your computer and don’t forget to plug in external 5V power supply. 
Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the demonstration, the “Nu-Link Virtual Com Port” is COMx.
Then use your favorite terminal tool. Here we use Putty. Open the COMx port with 115200 baud rate, 8 bits, 1 stop bit, none parity, and no flow control settings. Then “Open” it.
Let’s back to the download folder where you can see the binary firmware file (NuMaker-mbed-Cellular-example.NUMAER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive.
You will see the copying progress dialog box.
You can see the connection messages printed on terminal. It shows that the board creates a TCP connection to server “echo.mbedcloudtesting.com”, send 4 bytes data and get the data back from server.
That’s all for this tutorial. Thank you.
For more information, please visit Nuvoton Technology: https://bit.ly/3hVdcmC 
Buy now: https://direct.nuvoton.com/en/numaker-iot-m487
#tool #training #learning #intermediate #en
				
			
					ビデオの長さ - 3:6
				低功耗8051產品低功耗運行模式特色介紹。ML51系列工具及應用推薦。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/ml51-series/
聯絡我們: SalesSupport@nuvoton.com
				
			
					トレーニング 
							ツール 
							学ぶ 
							ビデオの長さ - 8:57
				Hello everyone, I am the principal engineer of Nuvoton Technology, Morgan. The development board we are using today is Nuvoton’s NuMaker-IoT-M487. It is powered by the NuMicro M487 microcontroller with Arm Cortex-M4 core, built-in RJ45 Ethernet, and Wi-Fi module allowing users to connect to clouds by wire or wirelessly. It supports several RTOS including Arm Mbed OS, Amazon FreeRTOS, and AliOS Things.
Today, I will show you how to use Mbed OS on the NuMaker-IoT-M487 development board.
First, open Chrome browser, enter the URL https://os.mbed.com to register an account if you don’t have one.
Move the mouse cursor to the human icon in the upper right corner then click “Log in or Sign up” or click “Sign up for free” directly.
Then click “Sign up”
Fill in your e-mail address and relevant information, and finally click Sign up. Check your mailbox to receive the certification letter and authorize it.
Then let’s log in to use the online compiler environment. Move to the human icon in the upper right corner, and then click “Log in or Sign up”. And enter your account and password. After a successful login, it will return to the first page and then click “Compiler” on the left side of the human icon. It will lead us to the online compiler web page.
The following demonstration is all operated on this page
Click “No device selected” in the upper right corner to add and select Nuvoton’s NuMaker-IoT-M487 development board.
It opens the “Select a Platform” page. We click the button, show “Add Board” with green “+”, in the lower-left corner.
Next, it shows the page, let us choose a board.
Scroll down to find NuMaker-IoT-M487, and click it. It opens the NuMaker-IoT-M487 board page (https://os.mbed.com/platforms/NUMAKER-IOT-M487/). Scroll down the page to find the button “+Add to your Mbed Compiler”, and click it.
Click “Compiler” on top of the page to return to the online compiler environment. If the “NuMaker-IoT-M487” small icon appears in the upper right corner, you can start to import a sample code. Otherwise, click “No device selected” again. At this time, you can see the NuMaker-IoT-M487 icon already in the “Select a Platform” dialog box, click the icon to select it and then click “Select Platform” in the upper right corner.
It returns to the online compiler page, and the “NuMaker-IoT-M487” icon shows in the top right corner. You can now start to import a sample code.
First, click “New” on the top left side, a small “Create new program” dialog box appears. The “Platform” selects “NuMaker-IoT-M487” automatically. In the “Template” field, please select “mbed OS Blinky HelloWorld” example code, click OK.
You can see the sample project has been loaded on the page, click “main.cpp” to show the source code. Let’s add a printf() function to print out a string in the main program.
Check if statements are correct, save it, and click “Compile” to build code.
Now it’s compiling, let’s wait for a moment.
And you can see a lot of messages at the bottom of the page. The last message is “Success!”
The browser will download the binary firmware file directly after a successful compiling. It will be saved in a default download folder or any folder based on your browser setting. In Chrome, you can click download file and select “Show in folder”.
Then we need to connect the NuMaker-IoT-M487 USB port to your computer and make sure the onboard LED lights up.
Let’s head back to the download folder where you can see the binary firmware file (mbed-os-example-blinky.NUMAKER_IOT_M487.bin). Drag and drop the file to NuMicro MCU drive.
You will see the copying progress dialog box. After the copy is completed, the firmware starts to execute. One LED on board starts blinking. To see the printout message, go on the following steps.
Please find the virtual COM port assigned for NuMaker-IoT-M487 in Device Manager. In the demonstration, the “Nu-Link Virtual Com Port” is COMx. 
Then use your terminal tool of choice. Here we use Putty. Open the COMx port with 9600 baud rate, 8 bits, 1 stop bit, none parity, and no flow control settings.
You can see “Hello World!” printed in the terminal. 
That’s all for this tutorial. Thank you for watching.
If you want to know more information, please contact us at SalesSupport@nuvoton.com
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC  
Buy now: https://direct.nuvoton.com/en/numaker-iot-m487
Contact us: SalesSupport@nuvoton.com
#Tool  #Training #Learning #Intermediate #en
				
			
					製品 
							学ぶ 
							ビデオの長さ - 2:46
				Nuvoton NuMicro M031/M032 series microcontroller integrates an Arm Cortex-M0 core operating frequency up to 72 MHz, with 32-bit hardware  divider, and is equipped with 16 ~ 512 KB Flash and 2~96 KB SRAM and provides 1.8V ~ 3.6V operating voltage.
#Product #Learning #Basic #en
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC  
buy now: https://direct.nuvoton.com/en/m031-series/
contact us: SalesSupport@nuvoton.com
				
			
					製品 
							学ぶ 
							ビデオの長さ - 26:19
				The ML51 is a Flash embedded 1T 8051-based microcontroller. The instruction set of the ML51 is fully compatible with the standard 80C51 with performance enhanced and low power consumption.
The ML51 runs up to 24 MHz at a wide voltage range from 1.8V to 5.5V, and contains up to 64/32/16/8 Kbytes Flash called APROM for programming code. The ML51 Flash supports In-Application-Programming (IAP) function, which enables on-chip firmware updates. 
The ML51 includes an additional configurable up to 4/3/2/1 Kbytes Flash area called LDROM, in which the Boot Code normally resides for carrying out the In-System-Programming (ISP). 
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC  
buy now: https://direct.nuvoton.com/en/low-power-ml51-series/
contact us: SalesSupport@nuvoton.com
#Product #Learning #Basic #en
0:00 簡介
0:20 Agenda
0:45 NuMicro Product Portfolio
1:28 2019 Brand New MCU Platform
2:06 ML51/ML54/ML56 Series Portfolio
3:29 ML51 Series Low
4:50 NuMicro Naming Rule
6:06 NuMicro® ML51 Features
8:19 4 Different Power Modes
10:44 Low Power Mode Features • Wake up resource: WKT, ACMP, GPIO
12:37 Low Power VS Battery Life
13:28 ADC
15:00 Comparison of 8-bit Products Feature
17:13 Fire Fighting System
21:30 Battery Management System (BMS)
22:30 Gaming Phone
23:36 Development Board
24:13 Development Environment
				
			
					
						Home automation with the tubular motor adopting Nuvoton 8-bit industrial microcontroller ML51 series
				
				
					ビデオの長さ - 4:33
				Tubular motors can be easily seen everywhere such as curtains, rolling doors, and automatic clothes racks. As the concept of home automation is spreading widely, those products become more and more popular.
Nuvoton provides completed platform, ML51 series for different needs of tubular motors. It’s based on 1-T 8051 core, running up to 24 MHz core speed. It provides 12-bit ADC detecting motor current and up to 2 sets of analog comparators for overcurrent and overvoltage protection. Much higher safety features for the tubular motors are realized. 
105-degree high-temperature resistance makes it suitable for control box exposed outdoors. As for the multiple noises and inference environment, ML51 series provides strong immunity like 8 kV ESD and 4.4 kV EFT.
Hello, everyone, welcome back to Nuvoton’s YouTube channel, I am the product manager of microcontrollers. Today I am going to show
you our successful story, home automation with the Tubular motor, which adopts our latest industrial microcontroller, ML51 series. 
Today the topic we are going to talk about is the home automation and motorization system for curtain and doors. These tubular motors can be easily seen around everywhere, like curtain, rolling door, garage door, and automatic clothes rake…and so on. As the concept of home
automation is spreading widely, those products are more and more popular. 
For example, the automatic curtain is popularly applied in hotel, new building, hospital and new store, why is this product become more and more popular? Lazy economy becomes a new type of consumption demand, people pursue a time-saving and labor-saving product,
imagined if you have an emitter to control curtain automatically, and smart adjustment with the brightness of outdoor. And the new product hit the shelf is automatic clothes rake, now this new product is not only a hanger but also integrated with UV light disinfection, heating function and fan controller. About the garage door, now integrated more security function, such as overcurrent protection for device longevity, infrared system can be added to increase anti-pinch security.
Nuvoton provides completed platform, ML51 series for different needs of tubular motors. It’s based on 1-T 8051 core, running at 24MHz core speed, provides 12-bit ADC can detect motor current, up
to 2 sets of analog comparator to have overcurrent and over voltage protection so can provide much higher safety feature for the tubular motors. ML51 series also provide from 1.8V to 5V power supply, so whether the AC power or the battery supplied can easily be adapts to different power source. 
This series has up to 105-degree high temperature resistance, which also can be very suitable for control box explore at outdoors. As for the multiple noise and inference environment, ML51 series provides strong immunity like 8 kV ESD and 4.4 kV EFT.  
Nuvoton provides an easy-to-use development environment, which includes NuMaker board, Nu-Link, BSP and sample codes, those
tools can help you shorten your development cycles. On the backside of each development board, you can find the website which the comprehensive information is available.
Nuvoton has some successful case in China and Europe. We hope to have more new opportunities after releasing this video.
Thanks for watching, if you like this video
please give it a thumbs up, if you have any question can also leave a message at bottom, we will have personal to reply the question soon. The ML51 NuMaker boards are now available at Nuvoton official eStore direct.nuvoton.com. Thank you again for staying with us. Hope to see you soon. Bye~
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC  
buy now: https://direct.nuvoton.com/en/numaker-ml51pc
https://direct.nuvoton.com/en/nutiny-ml51eb9ae
contact us: SalesSupport@nuvoton.com
				
			
					ビデオの長さ - 3:31
				以新唐 NuMaker NUC980 IIoT 為平台,使用 Linux 進行開發,學習開發各式功能,觀看本片,您將學會如何控制 GPIO 使 LED 閃爍。
哈囉大家好,我是新唐工程師 Kevin,今天為大家介紹如何在 NuMaker NUC980 IIoT 板子上透過 GPIO 讓 LED 燈閃爍。
NuMaker NUC980 IIoT 板子的 Power-on Setting上方有 3 個 LED 燈,分別由不同的 GPIO 控制。最左邊,編號 LED03 的 LED 燈是由 GPIO B8 這根 pin 控制。今天示範如何用程式控制 GPIO B8 讓 LED 燈閃爍。
這是 LED 燈閃爍的程式,在看程式之前,我先為各位說明,在 Linux kernel 中,每一根 GPIO pin 都有編號。每一個 GPIO Group 占用 32個編號,編號為 0 到 31,分配給 GPIO Port A 這個 group,編號 32 到 63 分配給 GPIO Port B,以此類推。
LED03 這個 LED 燈是由 GPIO B8 這根 pin 控制,GPIO B8 在 Linux 中的編號是 40。
回到程式中,我們看到這個程式是透過 system function 執行系統命令,透過 Linux kernel 的 sysfs 控制 GPIO。
第 23 行 system("echo40  /sys/class/gpio/export"); 是將 GPIO
B8 設定成可以用sysfs 控制。
第 24 行 system("echo out  /sys/class/gpio/gpio40/direction"); 是將 GPIO B8 設定為 output。
接下來在 while loop 中,透過 system("echo 1/sys/class/gpio/gpio40/value"); 讓 GPIO B8 輸出 high;再透過 system("echo 0  /sys/class/gpio/gpio40/value"); 讓 GPIO B8 輸出 low,中間延遲 1 秒鐘,就可以做到 LED 燈閃爍的功能。
這個程式,main.c,儲存後,進行 compile
輸入 arm-linux-gcc main.c -o gpio_toggle
(輸入 ls)
產生一個執行檔 gpio_toggle
將 gpio_toggle 拷貝到 root file system 目錄中,
(輸入 sudo cp gpio_toggle ../rootfs)
然後重新 compile Linux Kernel
透過 NuWriter 將 Linux kernel 下載到NuMaker NUC980 IIoT 板子上執行
Linux Kernel 開機完成後,輸入 ./gpio_toggle,執行閃爍 LED 的程式。
此時可以看到 NuMaker NUC980 IIoT 板子上的 LED 正在閃爍。
-
更多產品資訊,請至新唐科技網站 https://bit.ly/3hVdcmC
購買管道:https://direct.nuvoton.com/tw/numaker-nuc980-iiot
聯絡我們: SalesSupport@nuvoton.com
				
			
					ビデオの長さ - 4:59
				Secure Smart Metering Communication Reference Design
    Hi everybody, today we are going to introduce a reference design of Smart-Metering communication card based on NuMicro M2351 Series microcontroller. You can find useful security features based on the Arm Cortex-M23 CPU core with Nuvoton’s in-house technology integration.
    The auto-metering is an infrastructure for automatic, remotely, wire or wireless meter data reading. It’s highly possible to be intervened if there is no security mechanism. That is a very typical IoT security issue in the IoT era.
    In many countries, there are a lot of Auto-Metering Infrastructure (AMI) projects being undertaken by main electricity power companies worldwide. Most projects start from upgrading the communication modem cards as the first step rather than retiring the meters. The modem card can play as a gateway to monitor the incorrect device operation and data transmission security. Issues of modem card security are covering:
    First, a limited performance due to crypto computation efficiency
    Second, speed limitation due to interface choice
    The third, cost burden due to extra hardware modules for different communication protocols
    Nuvoton’s reference design of Secure Smart Meter Communication is an end-to-end security solution for AMI. With the collaboration with SPI-Korea, the solution incorporates a lot of advantages such as TrustZone security for firmware, a range of interfaces for device communication, secure over-the-air firmware update, and remote management. With the complete hardware specification of M2351, a security software company, SPI-Korea, can easily implement their secure AMI solution for modem card which connects meters and cloud servers. M2351 also contributes the crypto acceleration during the cryptographic computing in order to save CPU time for different communication protocol modules by its powerful hardware functionalities during message transmission outside of a microcontroller unit.
    SPI-Korea has developed a range of Armv8-M TrustZone based technologies. Her expertise covers Boot Manager, Key Manager, and Device Manager, which is very useful for microcontroller security and certainly shows the stability of a microcontroller device. Also, they are certified by Korea Electricity Company. We hope this successful experience can be further adopted in other areas worldwide because it’s a secure, accurate and environmentally safe solution for AMI.
    This slide is a picture for SPI-Korea AMI modem card design. NuMicro Family microcontrollers can be utilized for designs of auto-metering infrastructure devices. We start from AMI modem card and we are confident to support meters of any next-generation of AMI. We now integrate M23-based microcontroller with M4-based or Arm9-based microcontroller as a proposal for next-generation modem card of Korea AMI and we hope to provide high-performing cost-effective solution for all AMI devices in the future.
-
For more information, please visit Nuvoton Technology Website: https://bit.ly/3hVdcmC 
contact us: SalesSupport@nuvoton.com
				
			
 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 
				 粤公网安备 44030502010001号
粤公网安备 44030502010001号