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
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!
-----------------------------------------------------------------------------------------------------------------------
Please check the option "Restrict to Addressee in this Range" to be un-selected (Go to Program/ Verify Action and check the option).
Adrian