mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-24 01:09:47 +08:00
Some checks failed
ToolsCI / Tools (push) Has been cancelled
RT-Thread BSP Static Build Check / 🔍 Summary of Git Diff Changes (push) Has been cancelled
pkgs_test / change (push) Has been cancelled
utest_auto_run / A9 :components/dfs.cfg (push) Has been cancelled
utest_auto_run / A9 :components/lwip.cfg (push) Has been cancelled
utest_auto_run / A9 :components/netdev.cfg (push) Has been cancelled
utest_auto_run / A9 :components/sal.cfg (push) Has been cancelled
utest_auto_run / A9 :cpp11/cpp11.cfg (push) Has been cancelled
utest_auto_run / AARCH64-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / A9-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / XUANTIE-rtsmart :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64 :default.cfg (push) Has been cancelled
utest_auto_run / AARCH64-smp :default.cfg (push) Has been cancelled
utest_auto_run / A9 :default.cfg (push) Has been cancelled
utest_auto_run / A9-smp :default.cfg (push) Has been cancelled
utest_auto_run / RISCV :default.cfg (push) Has been cancelled
utest_auto_run / RISCV-smp :default.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/atomic_c11.cfg (push) Has been cancelled
utest_auto_run / RISCV :kernel/atomic_c11.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/ipc.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/kernel_basic.cfg (push) Has been cancelled
utest_auto_run / A9 :kernel/mem.cfg (push) Has been cancelled
RT-Thread BSP Static Build Check / ${{ matrix.legs.RTT_BSP }} (push) Has been cancelled
RT-Thread BSP Static Build Check / collect-artifacts (push) Has been cancelled
Weekly CI Scheduler / Trigger and Monitor CIs (push) Has been cancelled
Weekly CI Scheduler / Create Discussion Report (push) Has been cancelled
FT32F072xx-StarterKit-32
1. 简介
StarterKit-32是辉芒微提供的开发板,使用 Cortex-M0 内核的 FT32F072x8/xB 作为主控制器。提供包括扩展引脚等外设资源。
板载主要资源如下:
| 硬件 | 描述 |
|---|---|
| CPU | Cortex-M0 |
| 主频 | 72MHz/96MHz |
| SRAM | 8KB/24KB |
| Flash | 64KB/128KB |
- 常用外设
- LED:4个,(PB0、PB1、PB2、PB3)
- 按键:2个,(兼具唤醒功能,PC11、PC13)
- 触摸:2个,(PB10、PB11)
- 常用接口:插针串口J8
2. 编译说明
StarterKit-32板级包支持 MDK5,以下是具体版本信息:
| IDE/编译器 | 已测试版本 |
|---|---|
| MDK5(ARM Compiler 5 and 6) | MDK5.35 |
3. 烧写及执行
下载程序:使用 CMSIS-DAP或者J-link等工具。
3.1 配置和仿真
工程已经默认使能了RT-Thread UART驱动、GPIO驱动。若想进一步配置工程请 使用ENV工具。
4. 驱动支持情况及计划
| 驱动 | 支持情况 | 备注 |
|---|---|---|
| UART | 支持 | USART0/1 |
| GPIO | 支持 |
5. 联系人信息
维护人: