MQX footprint

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MQX footprint

1,337 次查看
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 项奖励
回复
1 回复

1,329 次查看
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 项奖励
回复