I'm trying to flash my code on the eZdsp58335 board and am receiving the error: "Target halted during Flash operation. Flash Operation Aborted.". This error occurs before I even get to the point of downloading my code, so I don't believe my actual binary has anything to do with the issue.
The settings I use for the On-Chip Flash Programmer are the following:
- OSCCLK: 30
- DIVSEL: /2
- PLLCR Value: 10 (yielding sysclkout of 150 MHz)
Flash Programmer Settings:
- Selected the F28335 device in drop down menu
- Using the flash API file: C:\CCStudio_v3.3\plugins\Flash28xx\Algorithms\28335\FlashAPIInterface28335V2_10.out
- All option boxes are checked
Everything else I left as default and just selected my .out file in the COFF file box. I am doing Erase, Program, Verify but even if I just do an Erase Only, I see the same error.
The problem seems to be a Code Composer Studio 3.3 problem, so I've done a system update and believe I have downloaded all the important patches.
Here's the Code Composer Studio About Information (with board connected):
Version: 3.3.82.13
Integrated Development 5.98.0.393
BIOS 5.33.03
Code Generation Tools v5.1.2
Board Revision: 00.00.84
Target Silicon Revision: 00.00.02
I also downloaded the F2823x_RevA_CSP.exe patch thinking I have new silicon, but that didn't help either.
Any assistance would be much appreciated, Iv'e been fighting with it and I'm getting nowhere. Thank you.
Stephen