nobody wrote on Monday, February 26, 2007:
How big should this value be set to?
If i would be to create a fully freeRTOS application with only the memory allocation macro’s, could i set this value to the amount of RAM that the uC has?
For example, the AVR demo has this value as 1500 bytes, but the mega323 has 2048 bytes of RAM. So i wonder, where do the other 548 bytes go to? Does the kernel itself? Or can i only use that 548 bytes (the avr example) with traditional malloc() type of functions?
Futhermore, how can i find out the amount of ram used by the scheduler, queue management, tasks individually? Like the arm7 example, the docs only say it’s far less on 8 bit platforms, but does not say how much less I’m a bit mystified here sadly
Thanks in advance