使用说明

  1. 下载本工程及其子模块:
git clone https://github.com/ShadowThree/STM32V6_TouchGFX_template.git
git submodule update --init
  1. 双击打开STM32V6_touchGFX_template.ioc,并点击GENERATE CODE生成代码;
  2. 双击打开TouchGFX/ApplicationTemplate.touchgfx.part,导入想要的GUI模板,并点击Import;然后就可以进行UI设计,代码生成,以及仿真了;
  3. 打开Core/Inc/RTE_Components.h文件(注意路径,工程中有两个这个文件),并加上如下内容:
/* Keil::Compiler&ARM Compiler:I/O:STDOUT&User@1.2.0 */
#define RTE_Compiler_IO_STDOUT          /* Compiler I/O: STDOUT */
#define RTE_Compiler_IO_STDOUT_User     /* Compiler I/O: STDOUT User */
  1. 双击MDK-ARM/STM32V6_touchGFX_template.uvprojx打开工程,编译下载运行;