## MCU控制中心模块
* LCD(WIO) - 2.4寸,320x240,显示区域36.72x48.96mm,外观:42.72x60.26mm,
* LCD(M5Stack)- 2.0寸,320x240,显示区域:40.8x30.6mm,外观:46.5x41.56mmx2mm
{{ :mcustack.png?800 |处理器板的布局}} **处理器板的布局**
### 1 进阶之路:
#### 1.1 核心模块可玩:
* 时钟(数字/模拟) - 各种时钟效果比赛
* 游戏机 - 各种经典游戏的移植
* 相册
* 传感器信息(姿态、声音、红外控制)
* 音频波形/频谱分析
* 智能车/机器人
{{drawio>coremodule.stepcontroller_block}} ** 核心处理器板能实现的主要功能 **
{{drawio>coremodule.stm32g0_minisystem}} ** STM32G0最小系统 **
\\
\\
{{drawio>mcu.connection}} ** 基于处理器板的扩展外设种类 **
#### 1.2 扩展模拟信号:
* 示波器波形显示/频谱分析
* 万用表 - 各种元器件的参数测量
{{drawio>coremodule.stepcontroller}} **学习套件的外观和外部连接方式**
#### 1.3 扩展数字信号
* FPGA应用
* 高速数据采集
* 多功能口袋仪器
*
{{ :instrustack.png?800 |口袋仪器的布局}} **口袋仪器的布局,可独立使用/或扣在处理器模块上构成一个系统**
### 2. 参考设计
{{ :amigo.gif |Sipeed Maix Amigo的效果参考}}
{{ :m5stackinter.jpg |M5Stack内部结构参考}}
### 3. 控制器选项
#### 3.1 STM32L431
#### 3.2 STM32G071
#### 3.3 LPC55S69
* **Arm Cortex-M33 core**
* Arm Cortex-M33 processor, running at a frequency of up to 150 MHz
* TrustZone, Floating Point Unit (FPU) and Memory Protection Unit (MPU)
* Arm Cortex-M33 built-in Nested Vectored Interrupt Controller (NVIC)
* Non-maskable Interrupt (NMI) input with a selection of sources
* **Co-processor**
* Arm Cortex-M33 co-processor
* Running at a frequency of up to 100 MHz
* The configuration of this instance does not include MPU, FPU, DSP, ETM, and TrustZone
* System tick timer
* CASPER Crypto co-processor to enable hardware acceleration for certain asymmetric cryptographic algorithms
* PowerQuad hardware accelerator for (fixed and floating point) DSP functions
{{:lpc55s6x.pdf|LPC55S69的数据手册}}
#### 3.4 ESP32