rt-thread/bsp/ft32/ft32f072xb-starter
Man, Jianting (Meco) 99bdf978d7
[rtdef] use lower-case to define attributes (#6728)
* [rtdef] rename RT_WEAK attribute as rt_weak

* [rtdef] rename RT_USED attribute as rt_used

* [rtdef] rename RT_SECTION attribute as rt_section

* [rtdef] rename ALIGN attribute as rt_align

* [legacy] add RT_USED ALIGN RT_SECTION RT_WEAK as legacy support
2022-12-11 13:12:03 -05:00
..
applications bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
board [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
figures bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
.config update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
.gitignore bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
Kconfig bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
README.md bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
SConscript bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00
SConstruct [Scons][iar][iccarm] IAR统一使用iccarm作为判断条件而不是是用IDE的名字来进行判断 2022-06-09 07:01:59 +08:00
project.uvprojx update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
rtconfig.h update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
rtconfig.py [scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm 2022-06-09 07:01:59 +08:00
template.uvprojx bsp-ft32 (#5652) 2022-03-23 11:03:48 +08:00

README.md

FT32F072xx-StarterKit-32

1. 简介

StarterKit-32是辉芒微提供的开发板,使用 Cortex-M0 内核的 FT32F072x8/xB 作为主控制器。提供包括扩展引脚等外设资源。

板载主要资源如下:

硬件 描述
CPU Cortex-M0
主频 72MHz/96MHz
SRAM 8KB/24KB
Flash 64KB/128KB
  • 常用外设
    • LED4个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. 参考