External Memory on STK500-Atmega128

Hi, im trying to use Atmega128 with an external memory, how can i configure freeRTOS to use this memory properly??? Any tips on how to install an external memory is welcome too ^^ thanks

External Memory on STK500-Atmega128

There should not be anything FreeRTOS.org specific requiring configuration when using external memory.  FreeRTOS.org uses RAM and ROM just like any other program, the addresses used depend on your linker configuration, it does not care where they are. Regards.