armink 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 6 years ago
..
Libraries 0a60415e75 Update HAL to V1.6.0; Fix the armcc startup file. 8 years ago
applications 7d0a99c58f [bsp][stm32f429-disco] Remove code about littlevgl 6 years ago
drivers f375486e49 [stm32 drv usart] 修复串口发送第一个字节丢失的问题。| Fixed a problem where the first byte of a serial port was lost. 6 years ago
.config 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 6 years ago
Kconfig 69cd16e136 [all BSP]fix kconfig file syntax error 6 years ago
SConscript 1ea925f9d1 [bsp] add new bsp stm32f429-disco 8 years ago
SConstruct 19433e0cf5 update SConscript: support scons 3. 7 years ago
project.ewp 0f3563fd64 [BSP] Update project files 7 years ago
project.eww ee33985eba add iar template for 429 discovery. 7 years ago
project.uvopt 7877836065 [BSP] Update project files. 7 years ago
project.uvproj 4bc36f722c [bsp][stm32] Fix compile failure when using ARM Compiler V6. 6 years ago
project.uvprojx f9a809fd39 [bsp][stm32f429-disco] Add LCD/touch/i2c to Kconfig 6 years ago
readme.md f9a809fd39 [bsp][stm32f429-disco] Add LCD/touch/i2c to Kconfig 6 years ago
rtconfig.h 0d7ba79219 Remove the DBG_COLOR and DBG_ENABLE definition. 6 years ago
rtconfig.py cd39c2525a [bsp] support get compiler path by environment variables for IAR 7 years ago
stm32_rom.ld 1ea925f9d1 [bsp] add new bsp stm32f429-disco 8 years ago
stm32_rom.sct 1ea925f9d1 [bsp] add new bsp stm32f429-disco 8 years ago
stm32f429_flash.icf ee33985eba add iar template for 429 discovery. 7 years ago
template.ewp ee33985eba add iar template for 429 discovery. 7 years ago
template.uvopt 0a60415e75 Update HAL to V1.6.0; Fix the armcc startup file. 8 years ago
template.uvproj 0a60415e75 Update HAL to V1.6.0; Fix the armcc startup file. 8 years ago
template.uvprojx c353114c08 add mdk5 template for 429discovery. 7 years ago

readme.md

STM32F429-DISCO

1. 简介

STM32F429I-DISCOVERY 开发板使用高性能 MCU STM32F429,可以用于实现高级图形用户界面。
本 BSP 兼容 STM32F429I-DISCO 和 STM32F429I-DISC1 两个版本的 DISCOVERY 开发板。

核心板板载主要资源如下:

| 硬件 | 描述 | | -- | -- | |芯片型号| STM32F429ZIT6 | |CPU| ARM Cortex-M4F | |主频| 180MHz | |片内 SRAM| 256KB | |片外 SDRAM| 64-Mbit SDRAM | |片内 Flash| 2MB | |显示设备| 2.4" QVGA TFT LCD| |‎运动传感器‎| L3GD20 | |LED| 6 个 | |按键| 2 个 |

本 BSP 已测试支持 RT-Thread GUIEngine 和 Littlevgl,可以使用 env 工具安装相应的 Package。

2. 编译说明

STM32F429-DISCO 板级包支持 MDK4﹑MDK5﹑IAR 开发环境和 GCC 编译器,以下是具体版本信息:

IDE/编译器 已测试版本
MDK4 MDK4.74
MDK5 MDK V5.25.2.0
IAR 未测试
GCC GCC 5.4.1 20160919 (release)

3. 烧写及执行

供电方式:使用 Mini USB 线连接电脑和板子的 USB ST-LINK 口。

串口连接:STM32F429I-DISC1 版本的开发板的板载调试器为 ST-LINK/V2-B,支持 VCP 虚拟串口,所以可以直接使用虚拟串口输出默认控制台设备 USART1。

老版本的 STM32F429I-DISCO 开发板需要从板子上的引脚外接串口,并更改控制台设备到相应 USART。

在PC上使用终端软件以115200-N-8-1的配置方式连接到对应的COM设备上。

STM32F429-DISCO/DISC1 使用板载编程器下载程序。

3.1 运行结果

如果编译 & 烧写无误,当复位设备后,会在串口上看到 RT-Thread 的启动 logo 信息:

 \ | /
- RT -     Thread Operating System
 / | \     3.1.0 build Aug 31 2018
 2006 - 2018 Copyright by rt-thread team
finsh />

4. 驱动支持情况及计划

驱动 支持情况 备注
USART 支持 USART1/2/3
SPI 支持 SPI5
IIC 支持 IIC3
SDRAM 支持
LCD 支持 支持 FrameBuffer 模式 LCD 显示
触摸屏 支持 IIC 接口 STMPE811
USB OTG Host 即将支持 预计 2018/11
USB OTG Device 未支持
GPIO 未支持
L3GD20 未支持

5. 联系人信息

维护人:xuzhuoyi

6. 参考