LiteOS kernel Tutorial 01 | IoT-Studio Introduction and Installation

Artificial Intelligence series of tutorials on hundreds of original, from the theoretical to the practical, hands-on with your grasp of artificial intelligence, ☞ Click here ☜ enter the portal ~

1. Things stop development tools - IoT Studio

IoT Studio is LiteOS support tools embedded systems software development, provides code editing, compiling, debugging and programming such as one-stop development experience, support for C, C ++, assembler and other development language, allowing you to quickly and efficiently things developed.

2. IoT Studio Supported Hardware

IoT Studio currently supports Cortex-M0, Cortex-M4, Cortex-M7, Cortex-A7, ARM926EJ-S, RISC-V and other chip architecture.

IoT Studio is now fit a variety of development board, mainstream support Cubs sent IoT development conditions, also includes GD, ST, HiSilicon, Fudan
Microelectronics and other mainstream manufacturers development board.

  • ST
    • STM32F429IG
    • STM32F411RE
    • STM32L431RB
    • STM32L431RC
    • STM32F746ZG
  • GD:GD32VF103V-EVAL
  • HiSilicon:Hi3516CV300
  • Fudan Microelectronics:FM33A04xx

IoT Studio support new MCU list, in order to meet the needs of business users of other development board.

3. IoT Studio installation

3.1 download IoT Studio:

IoT Studio download the following address:

https://developer.obs.cn-north-4.myhuaweicloud.com/idea/IoT-Studio.zip

Download will get a compressed package that contains an installation guide, a detailed installation guide can refer to the document.

3.2 A key installation IoT Studio

Use a key installation, no need to install other hand tools, the following installation steps:

Double click the IoT-Studio_0.3.5.exefile to start the installation.

Select 我同意此协议:

Select the installation path, you can change, do not have Chinese and spaces, where I keep the default:

Confirm your settings and start the installation:

The installation is complete, select whether to install the ST-Link and Jlink drivers and utilities, recommended Select:

3.3 Installation develop tools

IoT Studio After a successful installation will run automatically detects that no development kit, select the first run, "Yes", the software will invoke the browser to start the download, double click to run after the download is good developTools.exe.

The software will automatically extract the required development tools used to C:\Users\Administrator\openSourceToolscatalog:

Here I am Administrator, different users different directory name!

After the software will automatically start the installation ST-Linkand J-linkfollow the prompts to install.

Open the Tools folder, there are two paths we need to configure in the IoT Studio:

  • GNU Tools Arm Embedded: Storage arm-gnone-eabi-gccpath compiler to compile the program

  • GNU MCU Eclipse: Stored maketool path, the compiler used to build;

The two paths can only do understand, will explain how to configure the IoT Studio in the next section when you create a project.

3.4. Start IoT Studio

After installing develop Tools, start again IoT Studio, silent instructions development tools installed successfully, IoT Studio's main interface as follows:

4. IoT Studio User Guide

In the IoT Studio start page, select 用户指导文档to open the complete user guide IoT Studio encounter any problems during later use, the answer can be found in this document:

This article first appeared in public No. "mculover666" in the course of this tutorial, you can log on Huawei's Cloud Forum Bear School plate were posting exchange!

发布了156 篇原创文章 · 获赞 489 · 访问量 18万+

Guess you like

Origin blog.csdn.net/Mculover666/article/details/103301018