FreeRTOS on AT90S8535??

nobody wrote on Friday, September 30, 2005:

Can FreeRTOS run on a AT90S8535 without modification?
Or does it need a new port?

nobody wrote on Friday, September 30, 2005:

If its an AVR then take a look at the section of the FreeRTOS WEB site about using a part other than an at323.  However if it just has 512 bytes of RAM then this is not really enough to do anything useful.

nobody wrote on Friday, September 30, 2005:

Its an AVR but can’t get it running because it returns from the function vTaskStartScheduler()

nobody wrote on Saturday, October 01, 2005:

vTaskStartScheduler() will return if there is not enough RAM to create the idle task.

nobody wrote on Tuesday, October 04, 2005:

Thanx, I will try to replace the MCU for an ATMEGA32 will have more RAM available and is pin compatible.