Hi,
I am new to the TI microcontroller, and just bought the TMS320F28335 daughter card last week. I am trying to run the example code "cpu_timer" from the controlSUITE with the docking station and CCS v4.2.3.00004. At the beginning, it was running OK. I was able to download the code and debug it. However, yesterday it stops working properly.
When I tried to "Debug the target project" it gave me the following error:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: File Loader: Data verification failed at address 0x00008000 Please verify target memory and memory map.
Error found during data verification.
Ensure the linker command file matches the memory map.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I checked the target configuration, it was set to the following:
Texas Instruments XDS100v2 USB Emulator
Experimenter's Kit - Delfino F28335
And also checked the "f28335.gel", they both seems correct. After reading some post, I navigate to the "On-Chip Flash" and tried to unlock the Flash memory. The program froze for about 15 minutes, and then gave me the following error:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
And when I tried to "Erase Flash", the program froze again for about 15 minutes, and the gave me the following error message:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
C28xx: Flash Programmer: Error erasing flash memory. Device is locked or not connected. Operation cancelled
C28xx: Error: (Error -1044 @ 0x0) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Release 5.0.333.0)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
After some more reading, it suggested my device has been permanently locked. The memory from 0x33FFF8 to 0x33FFFF were all zeros, even though I never changed the code security password. Is there anyway that I could make the device back to the default stage?
Thanks,