Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FreeRTOS V10.0x RTOS on Microchip SAME70Q21 Cortex-M7 MCU.

NotificationsYou must be signed in to change notification settings

AfanVibrant/Afan_SAME70_FreeRTOS10

Repository files navigation

  • Introduction
    • Project Backgroud/项目背景
    • FreeRTOS Introduction/
  • Development
    • Project Cross Compiling
    • Project debugging

Without permission, do not commit the code to FreeRTOS mainline.

Project Backgroud 项目背景

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

You can use free tools to develop, compile and debug this project on MicrochipATSAME70Q21(ARM Cortex-M7 Core) MCU. As a MCU developer, I prefer to use 3rd partfree 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 withdifferent MCU.

There is no plan to provide other IDE, such as IAR or Keil support for there sereiesprojects, 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:

FreeRTOS Introduction

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

FreeRTOS V10.0x RTOS on Microchip SAME70Q21 Cortex-M7 MCU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp