AfanVibrant / Afan_SAME70_RT-Thread

RT-Thread V4.03 RTOS on Microchip SAME70Q21 MCU. SAME70Q21 is a ARM Cortex-M7 Core MCU with up to 300MHz CPU frequency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Introduction
    • Project Backgroud/项目背景
    • RT-Thread Introduction/
  • Development
    • Project Cross Compiling
    • Project debugging

INTRODUCTION

Without permission, do not commit the code to RT-Thread mainline.

Project Backgroud 项目背景

This project provides a simple RT-Thread RTOS demo on Microchip SAME70Q21. All Afan RTOS repositories(FreeRTOS/uC/OS-II/uC/OS-III/RT-Thread/ThreadX) all shares the same BSP from repository https://github.com/AfanVibrant/Afan_SAME70_BSP.git.

You can use free tools to develop, compile and debug this project on Microchip ATSAME70Q21(ARM Cortex-M7 Core) MCU. As a MCU developer, I prefer to use 3rd part free IDE and tools with my work, to be honest some MCU vendor's IDEs are not easy to use. It's more convinient for me to use the same tools/IDE to finish the work with different MCU.

There is no plan to provide other IDE, such as IAR or Keil support for there sereies projects, I have no license for such tools and there are also too expensive for me.

Tools used for this project are as following (using Windows as example):

  • IDE: Eclipse IDE for Embedded C/C++ Developers with Version: 2021-03 (4.19.0).
  • Cross-compile Tool: xpack-arm-none-eabi-gcc-10.2.1-1.1-win32-x64.
  • Windows Build Tool: xpack-windows-build-tools-4.2.1-2-win32-x64.
  • Windows Debug Tool: xpack-openocd-0.11.0-1-win32-x64.
  • Hardware Debugger: CMSIS-DAP Tools or J-Link.

Project Components:

RT-Thread Introduction

RT-Thread is an Open Source Embedded Real-time Operating System with rich components. RT-Thread has a Nano version with a very small size and refined hard real-time kernel, which requires only 3KB ROM and 1.2KB of RAM.

RT-Thread has hard real-time sheduler, thread management, interthread synchronizaion and communication, clock management, interrupt management, memory management, etc.

DEVELOPMENT

So before you download this repo, please download SAME70 BSP from following link : https://github.com/AfanVibrant/Afan_SAME70_BSP.git.

Project Cross-Compiling

Following these steps (using Windows10 for example):

  • Downloading Eclipse IDE for Embedded C/C++ Developers with Version: 2021-03.
  • Downloading Cross-compile Tool: xpack-arm-none-eabi-gcc-10.2.1-1.1-win32-x64.
  • Downloading Windows Build Tool: xpack-windows-build-tools-4.2.1-2-win32-x64.
  • Downloading Windows Debug Tool: xpack-openocd-0.11.0-1-win32-x64.
  • Unzip all needed tools as mentioned before.
  • From Help directory you can get more details of setting up development environments.
  • Rename downloaded project name from Afan_SAME70_xxx to Afan SAME70 xxx(replace '_' by space).
  • Import Afan SAME70 BSP to your Eclipse IDE first before import other RTOS project.

Project Debugging

Will update soon:

About

RT-Thread V4.03 RTOS on Microchip SAME70Q21 MCU. SAME70Q21 is a ARM Cortex-M7 Core MCU with up to 300MHz CPU frequency.


Languages

Language:C 96.0%Language:C++ 4.0%