博客
关于我
QT for MCU (一)开始
阅读量:631 次
发布时间:2019-03-14

本文共 1239 字,大约阅读时间需要 4 分钟。

How to Start with QT for MCU

Steps to Set Up Your Development Environment for STM32F769I-DISCO Board

  • Purchase a Development Board

    Step 1: Choose the development board that suits your project..click to select STM32F769I-DISCO from the options and purchase it from platforms like Taobao.

  • Get Qt for MCU Authorization

    Step 2: Obtain the Qt for MCU license.
    Click the "Try" button on the official website, select the required version, fill in your information, and get a 10-day commercial trial license.

  • If you are looking for the full version, Qt for MCU charges based on the number of devices.

    1. Download and Install Qt

      Step 3: Download Qt for Windows.
      Select "qt-unified-windows-x86-online.exe" for Windows 10 64-bit system as the development environment.
      After downloading, install Qt by following the setup guide, and select the necessary tools like CMake.

    2. Install ST-Link V2 Driver

      Step 4: Install the ST-Link driver.
      Download the ST-Link V2 driver from the official website and install it on your system.

    3. Connect Your STM32 Board

      Step 5: Connect your STM32F769I-DISCO board.
      Use the data cable (not the charging cable) to connect your board to the computer.

    4. Now you can start using Qt for MCU to develop applications for your STM32 board.

    转载地址:http://vqylz.baihongyu.com/

    你可能感兴趣的文章
    我用wxPython搭建GUI量化系统之最小架构的运行
    查看>>
    我用wxPython搭建GUI量化系统之多只股票走势对比界面
    查看>>
    selenium+python之切换窗口
    查看>>
    重载和重写的区别:
    查看>>
    搭建Vue项目步骤
    查看>>
    账号转账演示事务
    查看>>
    idea创建工程时错误提醒的是architectCatalog=internal
    查看>>
    SpringBoot找不到@EnableRety注解
    查看>>
    简易计算器案例
    查看>>
    在Vue中使用样式——使用内联样式
    查看>>
    Find Familiar Service Features in Lightning Experience
    查看>>
    Explore Optimization
    查看>>
    连接Oracle数据库经常报错?关于listener.ora和tnsnames.ora文件的配置
    查看>>
    解决数据库报ORA-02289:序列不存在错误
    查看>>
    map[]和map.at()取值之间的区别
    查看>>
    成功解决升级virtualenv报错问题
    查看>>
    【SQLI-Lab】靶场搭建
    查看>>
    【Bootstrap5】精细学习记录
    查看>>
    Struts2-从值栈获取list集合数据(三种方式)
    查看>>
    vscode中快速生成vue模板
    查看>>