how to count files for the 32-file limit in CW Special Edition for 8-bit MCU's

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

how to count files for the 32-file limit in CW Special Edition for 8-bit MCU's

Jump to solution
2,106 Views
admin
Specialist II
I am trying to modify Zigbee example projects using CW for 8-bit MCU's, but keep running into the 32-file limit imposed by CW Special Edition.  I'm working on a hobby project, and can't afford purchasing a full license.

My questions are:

1.  Which files are counted?  I've tried lumping all of the C modules into one big C file, but that doesn't solve the problem.

2.  Does anyone have example code for the MC1321x Zigbee chips that works with Special Edition? 

thanks.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
789 Views
peg
Senior Contributor IV
Hello and welcome!
It always pays to search for your answer before posting......
This may solve a lot of heartache:
 

View solution in original post

0 Kudos
Reply
3 Replies
789 Views
BlackNight
NXP Employee
NXP Employee
Hello,
to answer question 1: all files listed in the project/project window count to the 32 file limit (so all *.c, *.h, *.txt, *.map, etc, whatever you have added to the project in the project window (*.*). Probably you simply can remove some of the 'unwanted' or not critical files to get easily down below the 32 file count.

Erich
789 Views
CrasyCat
Specialist III
Hello
 
Just an additional input on this 32-files limit.
You may want to consider upgrading to CodeWarrior for MCU V6.0.
 
The 32-files limit in special edition has been removed for that release :smileyhappy:.
Note that the special edition license installed with the tool does still have this limitation :smileymad:, but you can download a special edition license which removes this limitation from our CodeWarrior HC08 web page.
 
 
CrasyCat
790 Views
peg
Senior Contributor IV
Hello and welcome!
It always pays to search for your answer before posting......
This may solve a lot of heartache:
 
0 Kudos
Reply