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

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

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

跳至解决方案
2,648 次查看
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.
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,331 次查看
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 项奖励
回复
3 回复数
1,331 次查看
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
1,331 次查看
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
1,332 次查看
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 项奖励
回复