MQX footprint

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

MQX footprint

602 Views
antonychen2008
Contributor II

Hi,

I am running out of memory. I found there are some protocols that I don't need.

could you please give me some ideas on how to eliminate tcpip protocols to reduce the size of my libraries, I'd like to eliminate the FTP, TFTP, and any HTTP routines.

 

0 Kudos
1 Reply

594 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

 

For RTCS, file rtcscfg.h contains the definitions for configuring optional features in RTCS. You can disable the features you don't need.

 

FTP, TFTP, HTTP protocols are not linked if their routines are not called.

There are other options in order to reduce the RAM utilization.

You can review from the MQXRTCSUG.pdf file the chapter 8    "compile-time options" for more details

 

Regards

Daniel

0 Kudos