Registartion of CodeWarrior

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

Registartion of CodeWarrior

1,218 Views
rapa
Contributor I
Hi.
I started tu use CodeWarrior Special edition for HC(S)08.In my projects i have used I2C protocols.After month of using,i started  to get too much warrnings.At first i didn't paid attention,but then i saw,than because of my CodeWarrior is after 30-days, IDE doesn't generates code for driver I2C.
 
Somebody knows,what is the problem?
Labels (1)
0 Kudos
2 Replies

343 Views
CrasyCat
Specialist III
Hello
 
There could be 2 problems here
  1- If you are using Processor Expert and the InternelI2C bean
       InternalI2C bean is only available in professional edition so after 1 month (when your
       temporary license expires) you will not be able to get CodeWarrior to generate code for your I2C
       You need to purchase a professional license of CodeWarrior for MCU V6.2 if you want the
       IDE to be able to generate code again.
       Alternatively you can disconnect ProcessorExpert from your project and keep the latest source files
       which have been generated or modify them manually.
 
2- You exceeded the size of the special edition limitation
      If your application is bigger than 32K, you have exceeded the limitation of the special edition
      software package.
     If this is the case, you need to upgrade to either a basic edition, standard edition or a professional
    edition software.
 
Please refer to our Web page for more info on limitation of the various editions:
 
CrasyCat
0 Kudos

343 Views
rapa
Contributor I
Thanks a lot.
You have answered exactly.My problem was first(1) in your list.
0 Kudos