用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 10 months ago
..
applications first commit 10 months ago
board first commit 10 months ago
figures first commit 10 months ago
.config first commit 10 months ago
.gitignore first commit 10 months ago
Kconfig first commit 10 months ago
README.md first commit 10 months ago
SConscript first commit 10 months ago
SConstruct first commit 10 months ago
project.uvprojx first commit 10 months ago
rtconfig.h first commit 10 months ago
rtconfig.py first commit 10 months ago
template.uvprojx first commit 10 months ago

README.md

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. 联系人信息

维护人:

6. 参考