FreeRTOS on AT90S8535??

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

FreeRTOS on AT90S8535??

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.

FreeRTOS on AT90S8535??

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

FreeRTOS on AT90S8535??

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

FreeRTOS on AT90S8535??

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