This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am using F2877D development kit and developing application for F2877S. I am programming to Flash and got following error. What does this error mean?
C28xx_CPU1: Error occurred during flash operation: Unknown property "FlashCoreSelection"
C28xx_CPU1: Error occurred during flash operation: Unknown property "FlashCoreSelection"
C28xx_CPU1: Error occurred during flash operation: Unknown property "FlashCoreSelection"
Nevertheless, processor is programmed and code is executed.
Thanks a lot in advance.
~Karthick
It seems that there is some mismatch between what you have set up in CCS and what you are programming to. The "FlashProperties.xml" file (found in C:\ti\ccsv6\ccs_base\DebugServer\propertyDB) is different for F28377D and F28377S in that the F28377D file contains the property "FlashCoreSelection" since it is a dual core device, while the F28377S file does not. I suspect the error you are seeing is somehow related to this.