Hi.. I am planning to use LPC824 microcontroller.It having 32 kb on chip flash program memory and 8 kb of on chip RAM. Does it sufficient for RTOS . The thing is i am going to send the GPS data.So memory is sufficient?
I have processed and sent GPS data with 4kB code space and 512 byte RAM.
So maybe, just maybe, your requirement isn't just to "send" GPS data - did you notice that you somehow seems to have forgotten to tell what that "send" represents. Using a GSM/GPRS/3G/LTE radio module? Using an ethernet interface? Using SPI? Using an UART? Using a WiFi module? Bluetooth? It's trivial to fetch the GPS data and just about any microcontroler in existence can be said to have "support for GPS" - it's the "send" part that may consume lots of code or RAM space...