Motion_EC_HC32_archived/README.md

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
* @Description:
* @Date: 2022-01-06 14:31:32
* @LastEditors: CK.Zh
* @LastEditTime: 2022-01-11 11:35:17
* @FilePath: /motion_ec/README.md
-->
# Motion EC 说明
## 简介
基于华大半导体 HC32L073 的 EC 固件。
HDSC 生产的 HC32L073 芯片,基于 ARM Cortex-M0+ 内核,最高主频 48 MHz具有丰富的板载资源。
## 关于Motion
Motion计算机常用 **板载资源** 如下:
- MCUHC32L073主频 48MHz128KB FLASH 16KB RAM
- 常用外设
- 常用接口:
- 调试接口CMSIS-DAP
## 外设支持
本 BSP 目前对外设的支持情况如下:
| **片上外设** | **支持情况** | **备注** |
| :------------ | :-----------: | :-----------------------------------: |
## 使用说明
* RTOS: `rt-thread` 目前基于release版的[4.0.x](https://github.com/RT-Thread/rt-thread/tree/v4.0.x)分支
* 组件管理:`pkgs` 官方仓库[packages](https://github.com/RT-Thread-packages)
* 构建系统:`scons`
* 工程配置: `scons --menuconfig`
* 编译器: `gcc-arm-none-eabi`
* 调试器:`pyocd` openocd不支持HDSC器件
* 包管理工具 `pkgs`