Part Number: TMS320C28346
Other Parts Discussed in Thread: CCSTUDIO,
I TRIED TO FLASH A COMPLETELY WORKING DSP (TMS320C28346) CODE into at25512-th-t spi eeprom USING SD FLASH. THE DATA (.OUT) FILE was generated by building the code using CCSTUDIO 5.5 . I pasted this (.out) file in the location where I had downloaded and installed my sd flash application. The directory is C:\CCStudio_v3.3\specdig\sdflash\myprojects\tif2834x_SPI_eeprogflash_v1\test_image\Debug, Then in the following location "C:\CCStudio_v3.3\specdig\sdflash\myprojects\tif2834x_SPI_eeprogflash_v1\make_image", A copy of the batch file "fmt_2834x.bat " was made. I named it as "fmt_2834x_test.bat". The batch file was opened in notepad and in line no.10, I specified the name of my flash data ( .out ) file. Since I am using AT25512-TH-T EEPROM , I CHANGED THE VALUE OF "SET LOSPCP_REG"=0x01. I followed all the instructions mentioned in the document " SDFlash2834x_EEPROM_Flash_Programmer_Readme_V1_0.pdf " to configue the erase, program and verify options in the SD FLASH application. I tried to reset the dsp.The dsp was succesfully reset. Then I tried to flash. The error I received is " Exceeded algorithm execution timeout. Failed algorithm execution. Failed at block address 0x00003e00. Program flash failed. WARNING: THE CONTENTS OF THE SECURITY PASSWORD LOCATIONS IN THE FLASH MAY NOT BE IN THE EXPECTED STATE. FOR FURTHER DEBUG PLEASE CHECK THE README FILE INCLUDED IN THE LATEST PROGRAMMING ALGORITHM RELEASE (JULY 2004 AND LATER) SPECIFIC TO YOUR DEVICE. " What could be the possible reason for such an error?