How to use 3 libs in free version

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

How to use 3 libs in free version

跳至解决方案
1,231 次查看
cronddaemon
Contributor II

Hi,

  I have TWR-K60D100M, which has PK60DN512VMD102, MCU.

Code warrior info:

- CodeWarrior for MCU

      Version: 10.2

      Build Id:120126

- MQX :  4.0

I created a New MQX project with,  MFS,Shell,RTCS enabled.

When I build the project, I am getting an error as,

" Size of the application has exceeded the capability of this license. Contact your authorized distributor or Freescale to purchase a full version of the tools."

ofcourse, I understood the meaning. I like to know, is there anyway, to use the 3 libs [MFS,shell,RTCS] with my current license, by changing any optimization to reduce the application size?

Thanks.

标记 (4)
0 项奖励
回复
1 解答
1,067 次查看
c0170
Senior Contributor III

Hello crond deamon,

you can reduce the size certainly. I don't know the CW limit it poses.

Why don't you try to build release target and customize optimizations, disable features in the user config which your application doesn't use. Still not the size you would like to get, start rewriting drivers you want to use.

Please follow this two links which might be quite helpful :

code size problem ,reduce the code size

Memory footprint of MQX+MSF+RTCS on MCF51CN ?

Regards,

0xc0170

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,068 次查看
c0170
Senior Contributor III

Hello crond deamon,

you can reduce the size certainly. I don't know the CW limit it poses.

Why don't you try to build release target and customize optimizations, disable features in the user config which your application doesn't use. Still not the size you would like to get, start rewriting drivers you want to use.

Please follow this two links which might be quite helpful :

code size problem ,reduce the code size

Memory footprint of MQX+MSF+RTCS on MCF51CN ?

Regards,

0xc0170

0 项奖励
回复
1,067 次查看
cronddaemon
Contributor II

hey, thanks Martin. I will look into your suggestions :smileyhappy:

0 项奖励
回复