Unable to Flash my MPC8548CDS: Flash Programmer indicates 0 bytes programmed

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

Unable to Flash my MPC8548CDS: Flash Programmer indicates 0 bytes programmed

1,553件の閲覧回数
jamesbetancourt
Contributor I

Hi,

Im using CodeWarrior for Power Architecture V10.2.1. I used the Bareboard Project wizard to create code for the MPC8548. Im usign  USB TAP to flash the board. This is the message the Console display:

fl::target -lc "LC for Simple Flash"

fl::target -b 0x2000 0x20000

fl::target -v off -l off

cmdwin::fl::device -d "AM29LV641D" -o "4Mx16x1" -a 0xff000000 0xff7fffff

cmdwin::fl::image -f "D:\BB_8548Test3-core0\\RAM\\BB_8548Test3-core0.elf" -t "Elf Format" -re on -r 0xff000000 0xff7fffff -oe off

cmdwin::fl::write verify

Flash Programmer internal error: connection list is empty

Beginning Operation ...   

-------------------------

Using restricted address range 0xFF000000 to 0xFF7FFFFF  

Programming file D:\BB_8548Test3-core0\RAM\BB_8548Test3-core0.elf  

0 Bytes Programmed, Check Restricted Address Range  

Program Command Succeeded  

cmdwin::fl::verify

-------------------------

Using restricted address range 0xFF000000 to 0xFF7FFFFF  

Verifying file D:\BB_8548Test3-core0\RAM\BB_8548Test3-core0.elf  

0 Bytes Verified, Check Restricted Address Range

Verify Command Succeeded  

タグ(1)
0 件の賞賛
返信
2 返答(返信)

1,301件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello James,

According to the programmer log, you didn't specify the offset address.

Please open the panel "Add Program/Verify Action" panel, check the option "Apply Address Offset", and specify the exact effective address where the images is located on Nor Flash.  For example, if you want to put the image at the beginning of the NOR flash, you need to specify offset address  as "0xff000000".


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,301件の閲覧回数
addiyi
NXP Employee
NXP Employee

Please check the option "Restrict to Addressee in this Range" to be un-selected (Go to Program/ Verify Action and check the option).

Adrian

0 件の賞賛
返信