We are trying to bring-up T1042 based custom board with an 8-bit NOR flash attached on CS0 of IFC interface. We have modified the .tcl configuration file to configure IFC for 8-bit flash. While trying to program the NOR flash using PA Flash Programmer Task, we are getting following errors in CodeWarrior console for 'Diagnostics' action:
fl::target -lc "Debugging_Part2-core00_RAM_T1042_Connect"
fl::target -b 0x0 0x40000
fl::target -v off -l off
cmdwin::fl::device -d "MT28EW01GABA1HPC" -o "128Mx8x1" -a 0xe8000000 0xefffffff
cmdwin::fl::diagnose
Beginning Operation ...
-------------------------
Performing target initialization ...
Downloading Flash Diagnostics Driver ...
Reading flash ID ...
Running Diagnostics ...
Error: The Diagnostics operation failed. Flash diagnostics reports the following error(s): Operation Unsupported
Error: Diagnose operation failed
Error: The Diagnostics operation failed. Flash diagnostics reports the following error(s): Operation Unsupported
And following while running 'Program and Verify' action:
fl::target -lc "Debugging_Part2-core00_RAM_T1042_Connect"
fl::target -b 0x0 0x40000
fl::target -v off -l off
cmdwin::fl::device -d "MT28EW01GABA1HPC" -o "128Mx8x1" -a 0xe8000000 0xefffffff
cmdwin::fl::image -f "C:\\Users\\Admin\\Desktop\\rcw_1400MHz.bin" -t "Binary/Raw Format" -re on -r 0xe8000000 0xefffffff -oe off
cmdwin::fl::write
-------------------------
Using restricted address range 0xE8000000 to 0xEFFFFFFF
Programming file C:\Users\Admin\Desktop\rcw_1400MHz.bin
0 Bytes Programmed, Check Restricted Address Range
Program Command Succeeded
cmdwin::fl::image -f "C:\\Users\\Admin\\Desktop\\rcw_1400MHz.bin" -t "Auto Detect" -re on -r 0xe8000000 0xefffffff -oe off
cmdwin::fl::verify
-------------------------
Using restricted address range 0xE8000000 to 0xEFFFFFFF
Verifying file C:\Users\Admin\Desktop\rcw_1400MHz.bin
Auto-detection is successful.
File is of type Binary/Raw Format.
0 Bytes Verified, Check Restricted Address Range
Verify Command Succeeded
Can someone suggest what might be the reason we are unable to diagnose & program flash?