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'm trying to debug / run the message queue sample application of OMAP L138 ( LogicPD experimenter kit)
I've followed the steps as per http://processors.wiki.ti.com/index.php/How_to_connect_to_the_OMAP-L138/C6748_EVM_board_using_CCS%3F
In the step,creating target configuration file,i've selecting the ARM,DSP gel files which is downloaded from logicpd.when i try to save the .ccxml i'm getting error
line : <device HW_revision="1" XML_version="1.2" id="OMAPL138 - ARM9 and C674x Floating point DSP_0" partnum="OMAPL138">
error msg: cvc-complex-type.4:Attribute 'description' must appear on element 'device'
Let me know any other link available for multicore debugging for OMAP L138 with sample application.
Thanks
Arul.
Hi Arul,
This is a known issue with the L138. The tracking number is SDSCM00040337.
The workaround is to manually add the missing "description" field in the line with the error.
BEFORE:
AFTER:
Thanks
ki