How to use 3 libs in free version

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

How to use 3 libs in free version

Jump to solution
580 Views
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.

0 Kudos
1 Solution
416 Views
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

View solution in original post

0 Kudos
2 Replies
417 Views
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 Kudos
416 Views
cronddaemon
Contributor II

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

0 Kudos