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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,606 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

990 次查看
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 项奖励
回复

990 次查看
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 项奖励
回复