博客
关于我
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/

    你可能感兴趣的文章
    华大芯片调试问题
    查看>>
    DCMTK:存储服务类用户(C-STORE操作)
    查看>>
    ISTA算法-图像压缩感知算法之ISTA算法
    查看>>
    ESP32 SIM800L:发送带有传感器读数的文本消息(SMS警报)
    查看>>
    带照片捕捉功能的ESP32-CAM PIR运动检测器
    查看>>
    ARM Mbed RFID读取器
    查看>>
    聚焦Python和OpenCV的图像处理,3D场景重建,对象检测和跟踪 - 使用深度传感器的手势识别
    查看>>
    如何使用SSH远程管理Linux服务器
    查看>>
    降级到旧版本macOS的3种方法
    查看>>
    学习Vue.js2.0(国外视频教程)
    查看>>
    在FPGA板上实现数字时钟的VHDL代码
    查看>>
    wxPython和PyOpenGL视频
    查看>>
    精美的湿度和温度传感器
    查看>>
    在30分钟内学习PHP
    查看>>
    软考高项之风险管理-攻坚记忆
    查看>>
    Spark程序运行常见错误解决方法以及优化
    查看>>
    Python http.server 服务器
    查看>>
    Python svm 支持向量机
    查看>>
    Flask与Django的区别
    查看>>
    python使用kafka收发消息
    查看>>