I am using CodeWarrior for MCU10, Special Edition which allows up to 128 KByte of code to download for my ARM/Kinetis projects. But, when I tried to debug an Example that I have downloaded from the web, I get this dialog: "Download size limit has been exceeded. Please check your license." What do I do?

Check the code for code size and language as specified for your Special Edition of CodeWarrior software and correct the code if necessary.

In case your code is in specified limits and still resulting in problem, your project might have the Enable Exceptions option enabled in the ARM Compiler settings. To solve this problem, you have to disable the Enable Exceptions in the compiler settings, as the following figure shows:

Figure 1. ARM Compiler > Language Panel

ARM Compiler > Language Panel