how to write datas into flash when programming

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to write datas into flash when programming

824件の閲覧回数
zhujiuzhujiu
Contributor I

Hi,

I want write the configuration datas into flash when download the *.srec file。

e.g.  

   I want write data 0x12 into adress 0x70000;

   S12 series MCU can use  @0x70000 = 0x12 ;

But S32K144,I don't know how to operation。

Thanks, BR!

0 件の賞賛
返信
1 返信

617件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

the only option is create custom section in linker file and put your constants in that section. For inspiration you can look at this example: https://community.nxp.com/docs/DOC-335619 

Jiri

0 件の賞賛
返信