minimal memory size

hi, how much memory is required for a minimal porting of RTOS? how i can calculate configTOTAL_HEAP_SIZE and configMINIMAL_STACK_SIZE if I know the total size of RAM? tnk

minimal memory size

The memory required depends on the architecture you are using, and how many tasks you want to create.