简体   繁体   English

使用MPLABX IDE的PIC32MX120F064H的FreeRTOS

[英]FreeRTOS for PIC32MX120F064H using MPLABX IDE

I want to use FreeRTOS for PIC32MX120F064H using MPLABX IDE. 我想使用MPLABX IDE将FreeRTOS用于PIC32MX120F064H。 I tried a lot but couldn't find any simple LED blinking project for this specific microcontroller that I am using. 我做了很多尝试,但是找不到我正在使用的特定微控制器的任何简单的LED闪烁项目。 I even tried demo projects given by FreeRTOS but they are for specific microcontrollers and doesn't work with my microcontroller. 我什至尝试了FreeRTOS给出的演示项目,但它们是针对特定微控制器的,不适用于我的微控制器。 I only need the project structure (meaning what/how files to include) and a simple LED blinking demo. 我只需要项目结构(意味着要包含的文件/方式)和一个简单的LED闪烁演示。 I know from the FreeRTOS site that we have to include task.c, queue.c and list.c as basic files but I tried everything but no luck. 我从FreeRTOS站点知道我们必须将task.c,queue.c和list.c包括在内作为基本文件,但是我尝试了所有尝试,但没有任何运气。 Please somebody help me with this. 请有人帮助我。

The FreeRTOS.org site has a page describing how to convert a demo from one device in an MCU family to another device in the same family. FreeRTOS.org站点上有一个页面,描述如何将演示从MCU系列中的一个设备转换为同一系列中的另一设备。 Alternatively have the MPLAB Harmony tool create a FreeRTOS project for your chip. 或者,让MPLAB Harmony工具为您的芯片创建FreeRTOS项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM