RTCS footprint

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTCS footprint

2,481 Views
admin
Specialist II

I am using default configured MQX/RTCS (right from the box instalation). A simple one thread application (tcp receiving server) allocates ~130kb .text segment. Compiler CodeWarrior, no optimization. Is this expected footprint size? Is there any way to reduce the footprint with the library configuration tuning? With an open source stack am getting ~50% less code size for a similar application.  

Regards, Dmitri.

Labels (1)
Tags (1)
0 Kudos
2 Replies

832 Views
bluehacker
Contributor III

130KB code size? it's too large! by the way, how much RAM memory used in your project?

 

0 Kudos

832 Views
admin
Specialist II

The static allocated RAM is tiny. Something ~400- 500 bytes. But, how I understand,  MQX is allocating any available memory for the heap as result all memory is taken. All 65k. How much is application available? It is a question.

 

Dmitri 

0 Kudos