brenodee wrote on Tuesday, March 25, 2008:
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
brenodee wrote on Tuesday, March 25, 2008:
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
rtel wrote on Tuesday, March 25, 2008:
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.