Other Parts Discussed in Thread: UNIFLASH, F28M36P63C2
For the past year I have been developing on a Concerto F28M36 with no problems. I use Code Composer Studio v6 for debugging and Uniflash v3 to just do program updates.
Recently I starting on a second project using the Tiva TM4C129. When I started this project I had to add support to CCS and Uniflash. This involved re-installing both products and selecting Tiva support. This all went smoothly and I am able to connect to the Tiva part using ICDI.
Around this same time, however, I started getting this error when I try to connect to the Concerto Part:
[14:07:37] ERROR >> Cannot read System Setup data from XML file C:\ti\uniflashv3\Digital Accumeasure Configuration\F28M36P63C2_xds200.ccxml
Error parsing file:
Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\uniflashv3\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml while parsing file: C:\ti\uniflashv3\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml
[14:07:37] com.ti.debug.engine.IApplication$InitializationException: Cannot read System Setup data from XML file C:\ti\uniflashv3\Digital Accumeasure Configuration\F28M36P63C2_xds200.ccxml
Error parsing file:
Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\uniflashv3\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml while parsing file: C:\ti\uniflashv3\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml
It happens in both CCS and Uniflash. I completely re-installed Code Composer and that didn't help. It also happens in Uniflash when I attempt to create a new Target Configuraiton. It is almost as if the TI XML parsing tool is broken (the ccxml file is there), but it works correctly with the Tiva part.
The error is slightly different in CCS:
Cannot read System Setup data from XML file C:\Isaac\projects\Bootloader-M3\targetConfigs\F28M36P63C2.ccxml
Error parsing file:
Fatal Error at (0, 0): An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=C:\ti\ccsv6\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml while parsing file: C:\ti\ccsv6\ccs_base\common\targetdb\Modules\C2000\28M36_Comp_Registers.xml
