当前位置:网站首页>新唐NUC980使用记录:自制开发板(基于NUC980DK61YC)
新唐NUC980使用记录:自制开发板(基于NUC980DK61YC)
2022-06-28 08:06:00 【Naisu Xu】
文章目录
前言
使用新的MPU或是MCU这些而言首先需要准备一个开发板,通常芯片厂家对于主要推的芯片都是有开发板的。NUC980官方也出了一些开发板,比较常提到的是 NuMaker-IIoT-NUC980 这块开发板。官方的这块开发板稍稍有点贵了,而且长得不是很好看(主要原因),所以我就自己画了开发板。
成品展示


项目地址与介绍
项目已经放GitHub上了:
https://github.com/NaisuXu/NUC980DKxxYx_Development_Board
Introduction
This is a development board project for Nuvoton NUC980 Series. It can be used for LQFP128 package chips such as NUC980DK61YC, NUC980DK71YC.
This project is designed with Kicad.
3D Views


What is the NUC980
The NUC980 series with the ARM926EJ-S core can operate at up to 300 MHz . It offers 64-pin, 128-pin and 216-pin LQFP packages stacked with 64 MB and 128 MB DDR-II Memory to reduce PCB size and EMI issues. Rich peripherals include 10 sets of UART , dual Ethernet, 4 sets CAN 2.0B, dual SDIO / eMMC interface, NAND Flash interface, QSPI NAND, 8 Ports USB Host, ISO-7816 interface and High-Speed USB 2.0 host / device controller to allow more flexibility in designs. The NUC980 also integrates the crypto engine which provides hardware acceleration for AES, SHA, ECC, RSA function.
It supports industrial temperature from - 40 ℃ to 85 ℃ and targets Industrial Control, Industrial IoT Gateway, Network Printer, Meter Concentrator and Smart Home Gateway applications.
For more details see the Nuvoton website: NUC980 工业控制物联网系列
原理图
root sheet

Power

MPU

SPI_Flash

SD_Card

USB

UART0_2_USB

RMII_ETH

Remaining_IO

边栏推荐
- 协程、asyncio、异步编程
- npm清理缓存
- Software design of power control board
- Redis uses sentinel master-slave switching. What should the program do?
- 【学习笔记】模拟
- Airflow2.x distributed deployment DAG execution failure log cannot be obtained normally
- Ambari (IX) --- use expect to realize no interaction in ambri server setup phase (valid for personal test)
- Soft test -- software designer -- database design of afternoon questions
- Introduction to kubernetes (I)
- Uvcgan: unt vision transformer cycle-consistent Gan for unpropared image-to-image translation
猜你喜欢
随机推荐
Redis persistence problem and final solution
How to insert a single quotation mark into a table as a data type in Oracle pl/sql
ZYNQ_ IIC read / write m24m01 record board status
【学习笔记】模拟
Buffer pool in MySQL
B_QuRT_User_Guide(29)
Eslint 语法监测关闭
Explanation and application of instr() function in Oracle
图像翻译:UVCGAN: UNET VISION TRANSFORMER CYCLE-CONSISTENT GAN FOR UNPAIRED IMAGE-TO-IMAGE TRANSLATION
MySQL implements transaction persistence using redo logs
HJ字符个数统计
MySQL installation and environment variable configuration
SQL master-slave replication setup
HJ character count
Uvcgan: unt vision transformer cycle-consistent Gan for unpropared image-to-image translation
Redis uses sentinel master-slave switching. What should the program do?
HJ整数与IP地址间的转换
HJ delete the character with the least number of occurrences in the string
Es data export CSV file
kubernetes集群命令行工具kubectl









