I'm trying to program the SPI flash connected on SPI0 with Spectrum Digital XDS560v2 and CCS v4.2. I downloaded OMAP-L137_FlashAndBootUtils_2_20.gz and opened withCCS. and improted CCS projects SPIWriter and SPIWriter_DSP.
Configured my customized board as boot with debugger. Connected to the target. Couldn't build the project because I cannot set any of the projects as Active.
Loaded prebuilt ..\OMAP-L137_FlashAndBootUtils_2_20\OMAP-L137\CCS\SPIWriter\DSP\SPIWriter_OMAP-L137.out to target and run it.
First was asked: Will you be writing a UBL image? (Y or y). Entered y
Then was asked:
Enter the binary AIS UBL file name (enter 'none' to skip):
Entered an AIS generated DSP UBL file name. received error message.
INFO: File read complete.
ERROR: Erasing SPI failed.
Enter the application file name (enter 'none' to skip):
I used scope to monitor SPI clock. no signal at all.
What could be wrong?
Dalong