Flash Problem Need Help...

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

Flash Problem Need Help...

1,836件の閲覧回数
AACIntern
Contributor I
Ok, we finally got the USB TAP to work by moving everything to a different computer.  Now we are trying to re-flash the mpc8272ADS using the PQ27e_init config file in the Linux Hosted version of CW for PPC, but CW keeps telling us that our flash is out of the correct range.  We are new to all of this stuff so any help on how to re-flash would be great!
 
Thanks!!
ラベル(1)
タグ(1)
0 件の賞賛
1 返信

502件の閲覧回数
DistiCasMgr
NXP Employee
NXP Employee

What version of Linux Hosted tools are you running?

Is that the exact message you receive or is it a message saying that there is no code within the range to program (or words to that effect)

Basically if you have a binary file to flash it contains no address information so you must apply an offset to tell the debugger where to program it. If the offset is NOT specified thne the programmer will try to load it at address 0x0. If you have defined your flash to be at say 0xfff00000 then the programmer will tel you that there is no code to load within the range.

With an elf image or an S-record file there is embedded address information so the programmer knows where to put the code. However again it depends whether your file was linked for a flash location or a RAM location so you still may need to add an offset.

Does that help?

0 件の賞賛