Porting arduino help.

Thread Starter

ecjohnny

Joined Jul 16, 2005
142
Does anyone know a good website or have experience that describes porting FreeRTOS to arduino for reference. I am currently doing some assignment on this and having trouble. I read the document on FreeRTOS and done everything but my code/program doesn't work which i suspect my porting on FreeRTOS to arduino has some issue. Any help?
 

tshuck

Joined Oct 18, 2012
3,534
Not particularly.. what you have posted is extremely vague... considering you are trying to use a RTOS, I don't think you can. The Arduino abstracts the main processor too much, eliminating your control over timings...
 

tshuck

Joined Oct 18, 2012
3,534
Interesting! I didn't think anyone would claim to be able to make a RTOS for Arduino... I wonder what the slice time is, 100ms? :)
 
Top