Hardware basics/zh-hans
From Qi-Hardware
我们将在该节里说明 NanoNote 中的一些基本硬件。
Contents |
[edit] 框图
[edit] 电源
[edit] 振荡器
[edit] 启动
Jz4720 支持 3 种不同的启动方式。启动顺序由 boot_sel 引脚值 [1:0] 控制。BOOT_SEL1 与 BOOT_SEL1 [1:0] 描述如下:
BOOT_SEL0 | BOOT_SEL1 | action |
---|---|---|
0 | 0 | 从外部 ROM 启动,GPIO 初始为 CS4_ 状态 |
0 | 1 | 从 USB 设备启动 |
1 | 0 | 以 512 bytes 页大小的 NAND flash 启动, GPIO 初始为 CS1_ 状态 |
1 | 1 | 以 2048 bytes 页大小的 NAND flash 启动, GPIO 初始为 CS1_ 状态 |
[edit] 存储器
Is necesary, for the operation of the Nanonote Board store many sections of executable programs in volatile and non-volatile memories. The volatile memories are used like Random Acces Memories (RAM) because to its low acces time and unlimit number of Read/Write cycles. Moreover, the Non-volatile memories (NAND, SD) stores for longs periods of time the required information to operation of the Embedded System.
[edit] 音频
[edit] LCD
[edit] USB
通用串行总线 (USB) 是连接外部设备的一个串口总线标准. USB 设计用来替换 串品 与 并口。USB 可以连接的外设有鼠标、键盘、PDA、掌上游戏机、游戏杆、扫描仪、数码相机、打印机、U盘、硬件, USB 已经是缺省接口
USB 的设计为非对称式的,它由一个主机控制器和若干通过 集线器设备以树形连接的设备组成。一个控制器下最多可以有 5 级 hub,包括 Hub 在内,最多可以连接 127 个设备,而一台计算机可以同时有多个控制器。