MQX Code Size for Kinetis K10

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MQX Code Size for Kinetis K10

1,329件の閲覧回数
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 返答(返信)

969件の閲覧回数
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 件の賞賛
返信

969件の閲覧回数
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 件の賞賛
返信