MQX Code Size for Kinetis K10

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

MQX Code Size for Kinetis K10

1,422 次查看
RichardL
Contributor I

To whom it may concern,

 

I would like to know the code size of MQX for Kinetis.

Required resources are TCP/IP, File system, SPI/SDIO/UART and Web server.

When I implement these functions, how many KByte for them?

It is the key to select Flash memory size.

 

Thank you.

0 项奖励
回复
2 回复数

1,062 次查看
DavidS
NXP Employee
NXP Employee

Hi RichardL,

Please look at:

FreescaleMQX3.7\mqx\examples\benchmrk\codesize\results\twrk60n512_report.html .

To create your own report from a specific application:

FreescaleMQX3.7\mqx\examples\benchmrk\codesize\Readme.txt

 

Hope this helps.

Regards,

David

 

0 项奖励
回复

1,062 次查看
BryGuyH
Contributor IV

It depends on what you have turned on and how you compile the libraries. With ARMCC (Keil) with all those features without optimization of any kind it comes out to about 230 KB. With minor optimization and setting up the libaries to have one ELF section per function (so the linker can do a better job of it) my project typically uses about 190KB for core files.

0 项奖励
回复