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.

Concerto FPU, VCU register not visible in debug window (CCSv5)

Hello,
the FPU and VCU registers are not visible when debugging Concerto code with CCSv5.
Can you provide a xml file that supports the FPU, VCU registers ? If not, what do I have to add to the "main" xml file ?
Thank you in advance,
Mario

PS : Are the following lines sufficient to add FPU register support ?
<
instance href="../Modules/C2000/C2000_FPU32_Registers.xml" xml="C2000_FPU32_Registers.xml" id="FPU" xmlpath="../Modules/C2000/" HW_version="" description="FPU Registers" requestor="" baseaddr="0x000F00" endaddr="0x000F2E" size="0x002F" accessnumbytes="4" permissions="p" />

 

  • yes the lines you have added to the xml files are enough,

    add the following for VCU

        <instance href="../Modules/C2000/C2000_VCU_Type0_Registers.xml"            id="VCU"        xml="C2000_VCU_Type0_Registers.xml"                xmlpath="../Modules/C2000/" HW_version="" description="VCU Registers"                    requestor="" baseaddr="0x001200" endaddr="0x0012FF" size="0x0100"    accessnumbytes="4" permissions="p" />


    Regards

    Manish Bhardwaj