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.

CCS/TMS320F28388D: CLB 5 - 8 hasn't shown in the register window.

Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE

Tool/software: Code Composer Studio

I already update CCS latest version. But I can't see CLB5-CLB8 shown in the register window.

  • Vince,

    What version of C2000Ware are you using? Please update to the latest version to get the most up-to-date software. Additionally, have you checked for updates and installed the updates for SysConfig and c2000?

    Regards,

    Ozino

  • Hi Ozino,

    The C2000Ware version is 3_03_00_00 

  • This is not a c2000ware version issue. This is a CCS version issue. I will report this. Thank you for catching this error.

  • To fix this you can either edit the file named f28388d.xml with and add the lines below after the CLB registers, OR replace the f28388d.xml file with the one I attahced.

    The f28388d.xml file is located at:

    <CCS INSTALL>\ccs\ccs_base\common\targetdb\devices

    f28388d.xml

    This file includes:

            <instance href="../Modules/C2000/f2838x_clb_logic_config_regs.xml" xml="f2838x_clb_logic_config_regs.xml" id="Clb5LogicCfgRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003800" endaddr="0x00038FF" size="0x0100" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_logic_control_regs.xml" xml="f2838x_clb_logic_control_regs.xml" id="Clb5LogicCtrlRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003900" endaddr="0x000397F" size="0x080" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_data_exchange_regs.xml" xml="f2838x_clb_data_exchange_regs.xml" id="Clb5DataExchRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003980" endaddr="0x00039FF" size="0x080" accessnumbytes="4" permissions="p" />
    
            <instance href="../Modules/C2000/f2838x_clb_logic_config_regs.xml" xml="f2838x_clb_logic_config_regs.xml" id="Clb6LogicCfgRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003A00" endaddr="0x0003AFF" size="0x0100" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_logic_control_regs.xml" xml="f2838x_clb_logic_control_regs.xml" id="Clb6LogicCtrlRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003B00" endaddr="0x0003B7F" size="0x080" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_data_exchange_regs.xml" xml="f2838x_clb_data_exchange_regs.xml" id="Clb6DataExchRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003B80" endaddr="0x0003BFF" size="0x080" accessnumbytes="4" permissions="p" />
    
            <instance href="../Modules/C2000/f2838x_clb_logic_config_regs.xml" xml="f2838x_clb_logic_config_regs.xml" id="Clb7LogicCfgRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003C00" endaddr="0x0003CFF" size="0x0100" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_logic_control_regs.xml" xml="f2838x_clb_logic_control_regs.xml" id="Clb7LogicCtrlRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003D00" endaddr="0x0003D7F" size="0x080" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_data_exchange_regs.xml" xml="f2838x_clb_data_exchange_regs.xml" id="Clb7DataExchRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003D80" endaddr="0x0003DFF" size="0x080" accessnumbytes="4" permissions="p" />
    
            <instance href="../Modules/C2000/f2838x_clb_logic_config_regs.xml" xml="f2838x_clb_logic_config_regs.xml" id="Clb8LogicCfgRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003E00" endaddr="0x0003EFF" size="0x0100" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_logic_control_regs.xml" xml="f2838x_clb_logic_control_regs.xml" id="Clb8LogicCtrlRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003F00" endaddr="0x0003F7F" size="0x080" accessnumbytes="4" permissions="p" />
            <instance href="../Modules/C2000/f2838x_clb_data_exchange_regs.xml" xml="f2838x_clb_data_exchange_regs.xml" id="Clb8DataExchRegs" xmlpath="../Modules/C2000/" baseaddr="0x00003F80" endaddr="0x0003FFF" size="0x080" accessnumbytes="4" permissions="p" />
    

  • Hi Nima Eskandari,

    The issue is resolved by replaced the f28388d.xml.

    By the way I'll develop F28386S. Will I can meet same issue?

    Thanks your help.

  • Yes, make sure to add the same lines of data to the XML for your device.

    Nima