Has anyone else encountered this issue, or does anyone have any more ideas on a workaround?
I am currently trying to program the flash memory of an MPC8540 board, which also uses an Intel Strata IN28F640J3 flash memory, and I am getting the same error:
"Chip reported Low VPP Error Status"
I am using a CodeWarrior USB TAP jtag debugger to access the flash memory, and I have verified that it is operating correctly and communicating with the processor.
I am using CodeWarrior 8.8.3 (the newest available version).
Regarding Black's suggestions:
Black wrote:
The error message that you get might have several causes including a wrong board switches position:
- Write signal not getting to the flash devices, "Write Protect" Enabled in the Chip Selects for the flash device
- WRITE disabled in MMU please check the BAT, TLB registers
- WE signal blocked by target hardware
- Algorithm writes to wrong location, confirm flash base address, confirm MMU configuration
I'm not very experienced with programming flash memories, so I'm not highly confident that Write Protect is enabled, or if the MMU is configured correctly. If anyone can help with checking these settings, it would be greatly appreciated.
Thanks,
Jason Lee