I have installed IAR Embedded Workbench for ARM to run simple example project of FreeRTOS. I have tow options for licensing IAR. One is 30 day evaluation with no code limit and second is 32kByte code limit all time.
My question is how much code memory do we need for simple example code (e.g. Blink LED) in FreeRTOS? Which is the best option for me?
For FreeRTOS and simple application, without adding things like TCP/IP stack, etc, you should be able to very easily fit into well under 32K, probably less than half that amount, depending on your sample application