code warrior code limited version 10.6-64KB ?

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

code warrior code limited version 10.6-64KB ?

845 Views
pawankumar
Contributor III

Hi Friends,

 

This is an extract from the download page of CodeWarrior 10.6

Special Edition license is automatically installed with your product and you do not need to register it. This license allows you to develop projects with unlimited assembly code; up to 64KB of C code for ColdFire+, V1 ColdFire, DSC, Kinetis L Series, RS08, S08 derivatives

 

I use a S08 based controller and would like to know which is the file I should look for (like .abs or .obj) that should not exceed 64K.

 

Pawan

Labels (1)
4 Replies

603 Views
trytohelp
NXP Employee
NXP Employee

Hi,

This is the size of your c code.

By default the linker is checking it.

If the linker will not generate an error you're below the limit.

The linker generates a map file.

Inside the map file you can determine the memory used for your application.

Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

603 Views
pawankumar
Contributor III

I found a map file in the "Flash" folder of my project. At the end of the file, I found this :

ExeFile:

--------

Number of blocks to be downloaded: 6

Total size of all blocks to be downloaded: 2877

Does that mean 2877KB?

Thanks in advance.

Pawan

0 Kudos

603 Views
BlackNight
NXP Employee
NXP Employee

Hi Pawan,

it is the number of bytes. So 2877 bytes.

Erich

603 Views
pawankumar
Contributor III

Oh.. Sorry,

Thanks Erich.

Pawan

0 Kudos