Using PEG Evaluation Software in KDS 3.0.0

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

Using PEG Evaluation Software in KDS 3.0.0

426 Views
michaelsteffenf
NXP Employee
NXP Employee

All,

The Peg evaluation software that interfaces with our TWR-LCD, and our TWR-RGB-LCD boards need to be compiled and ran in KDS version 2.0.0.

The fix below is for the "PEGPLUS_evaluation_for_TWR_K70F120M".

 

If you load the firmware in KDS 3.0.0, you'll get these errors:

71403_71403.JPGCapture.JPG

 

Here is what you'll need to do to fix them:

 

1. Import project into KDS 3.0.0:

     Start the “KDS Upgrade assistant”

          Use the following options:

o   Semihosting
support: nonsys (-specs=nosys.specs)

 

 

2.  Update the linker file:
 

Replace with the .ld file (attached)

OR

Modify the existing .ld file by adding the following line to the end of the .ld
file (inside the curly brackets)

PROVIDE ( end = . );

 

 

Hope this helps-

Michael Steffen

Senior Field Applications Engineer

Member of the Technical Staff

Freescale

 

 

 

 

 
 
 
 
 
 
 
 
 
 





Original Attachment has been moved to: MK70FN1M0xxx12_flash.ld.zip

Labels (1)
0 Kudos
0 Replies