568000E Flash Programmer error Data @ Address ignored

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

568000E Flash Programmer error Data @ Address ignored

跳至解决方案
1,733 次查看
scottmcmillan
Contributor II

I'm using the command line to program a 56800E device. While I am programming the device I see an error reported "Data @ address ignored". The application code and boot loader code I am downloading are "working" as far as I can tell, but I am uncertain why data is being written outside of 0-0x7FFF. Do I have to much code/data or is my cmd file incorrectly setup? The flash programmers guide seems to imply I am writing outside flash sector but I am looking for details. I'm a bit of a perpetual noob so any suggestions would be helpful.

 

S-record ID: PROGRAM&DATA

Data @ 0x00008000 ignored

Data @ 0x0000807C ignored

Data @ 0x000080F8 ignored

......

....

....

and more Data @ Address

 

Flash unit #0 (P:0x000000-0x007FFF) Erased, and Checked Blank

Flash unit #0 (P:0x000000-0x007FFF) programmed, 9575 words written

Flash unit #0 (P:0x000000-0x007FFF) Verification Passed CRC32 (0xa7919d08)

Resetting the device to user mode...

Init: 9001ms, Erase: 296ms, Program: 1451ms, Verify: 1966ms, Exit Debug: 296ms,

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
1,613 次查看
scottmcmillan
Contributor II

Solved it, problem with my linker configuration file. Declared some RAM info as RWX instead of RW. This was appending X data into Srecord and the flash programmer tool no longer displace the error message.

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,613 次查看
TICS_Fiona
NXP Employee
NXP Employee

What is the part number of your target DSC?

0 项奖励
回复
1,613 次查看
scottmcmillan
Contributor II

My apologies! My DSC is a MC56F8037VLH. All the address locations appear to be in RAM. I think I may have a problem with my srec containing ram information so I may be generating it incorrectly. Perhaps the issue lies in my linker cmd file.

0 项奖励
回复
1,614 次查看
scottmcmillan
Contributor II

Solved it, problem with my linker configuration file. Declared some RAM info as RWX instead of RW. This was appending X data into Srecord and the flash programmer tool no longer displace the error message.

0 项奖励
回复