Possible to Use CW IDE to Program NVRAM with Default Image?

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

Possible to Use CW IDE to Program NVRAM with Default Image?

1,024 Views
jacwit
Contributor I
I hunted in the forums for a bit to try and find an answer to this.

I am trying to add to my project an S19 file that contains the default NVRAM image I wish to use for my project. That way, when I program the HCS12XA with the PE Micro USB Multilink Interface The NVRAM is automatically programmed to the initial values I desire. I've looked at accomplishing the same in the PRM file but I don't see how that is possible either.

The only other way I can see how to program NVRAM is to use oue production programmer.

Any pointers to get me started in the right direction will be very helpful. I'm sure this quetion must have come up more than once.

Labels (1)
0 Kudos
2 Replies

408 Views
CompilerGuru
NXP Employee
NXP Employee

out of my memory there is a SRECORD command in the prm file for this purpose, check the linker manual.

 

 

Daniel

0 Kudos

408 Views
CrasyCat
Specialist III

Hello

 

In order to add content of a S record file to your final executable you can use the command HEXFILE in your linker parameter file (.prm).

 

Please refer to "Build_Tools_Utilities.pdf" chapter "Smart Linker" and search for HEXFILE for more information

 

CrasyCat

0 Kudos