chipKIT® Development Platform

Inspired by Arduino™

Max32 and FreeRTOS

Created Wed, 15 Jun 2011 11:43:15 +0000 by PapyEt


PapyEt

Wed, 15 Jun 2011 11:43:15 +0000

are there any problem to use FreeRTOS with Max32 ? compatibility with bootloader and MPIDE ? do you have other suggestions for RTOS ?


PapyEt

Fri, 24 Jun 2011 14:05:07 +0000

I found that a RTOS based on FreeRTOS has been done with the DuinOS project for Arduino and AVR processors It will be very interresting to have a the equivalent for the PIC32

[url]http://www.multiplo.org/duinos/wiki[/url]


ozone

Wed, 14 Dec 2011 10:26:37 +0000

Anyone did some hack to make it work with pic32 ?


Jacob Christ

Thu, 15 Dec 2011 18:57:08 +0000

To me, it seem like the way to go long term is RetroBSD... Very slick...


slayer1991

Fri, 16 Dec 2011 02:19:01 +0000

To me, it seem like the way to go long term is RetroBSD... Very slick...

I was just searching for some multi threading system so I can surely get the data from my sensors without using a minimum time difference to trigger reads.


Sleepy

Fri, 30 Dec 2011 07:49:34 +0000

apperantly I'm not allowed to put the url yet but microchip an1264 talks about using freeRTOS on pic32. It says post looks to spammy for a new user how long till this goes away.


Jacob Christ

Fri, 30 Dec 2011 13:44:52 +0000

It says post looks to spammy for a new user how long till this goes away.

I don't know the exact number of messages or length of time, but it was not long for me.

Jacob


Mark597

Mon, 26 Mar 2012 00:08:12 +0000

Has anyone got freeRTOS ported for the MAX32 or UNO32? I have tried but ran into many compile error messages. Some of the macros used in the freeRTOS are not C++ friendly. I seem to be spinning my wheels and don't have the time free to work through it if I even can.

I have tried using the TaskManager lib that comes with MPIDE but it doesn't do a context switch.