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.

Can't open memory view at register address from rigisters view (CCS Version: 4.1.3.00038)

Other Parts Discussed in Thread: TMS570LS20216

When I'm trying to open memory view at register location from register view I receive following error:

Expression '0xfffffffffffffc50' evaluated to invalid address value: 0xFFFFFFFFFFFFFC50

TIXDS100v2USB emulator and TMS570LS20216 device on Keil's MDK. In this particular case it is one of RTI registers but it is the same for all memory mapped peripheral registers.

Thanks,

Eugene

  • Can I see the target configuration file you are using?

  • 8407.XDS100v2TMS570MDK.zip

    Inserted. Below is the copy if above link does not work.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0">
            <instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Emulator_0" href="connections\TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Emulator_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
            <connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Emulator_0">
                <instance XML_version="1.2" href="drivers\tixds100v2icepick_c.xml" id="drivers" xml="tixds100v2icepick_c.xml" xmlpath="drivers"/>
                <instance XML_version="1.2" href="drivers\tixds100v2cs_dap.xml" id="drivers" xml="tixds100v2cs_dap.xml" xmlpath="drivers"/>
                <instance XML_version="1.2" href="drivers\tixds100v2cortexR.xml" id="drivers" xml="tixds100v2cortexR.xml" xmlpath="drivers"/>
                <platform XML_version="1.2" id="platform_0">
                    <instance XML_version="1.2" desc="TMS570LS20216SZWT_0" href="Devices\TMS570LS20216SZWT.xml" id="TMS570LS20216SZWT_0" xml="TMS570LS20216SZWT.xml" xmlpath="Devices"/>
                <device HW_revision="1" XML_version="1.2" description="TMS570LS20216S 337Pin BGA" id="TMS570LS20216SZWT_0" partnum="TMS570LS20216SZWT">
                        <router HW_revision="1.0" XML_version="1.2" description="ICEPick_C Router" id="IcePick_C_0" isa="ICEPICK_C">
                            <subpath id="Port16">
                                <router HW_revision="" XML_version="1.2" description="CS_DAP Router" id="CS_DAP_0" isa="CS_DAP">
                                    <subpath id="PortR4">
                                        <cpu HW_revision="" XML_version="1.2" description="Cortex_R4 CPU" id="Cortex_R4_0" isa="Cortex_R4">
                                            <property Type="filepathfield" Value="" id="GEL File"/>
                                        </cpu>
                                    </subpath>
                                </router>
                            </subpath>
                        </router>
                    </device>
                </platform>
            </connection>
        </configuration>
    </configurations>

    Eugene

  • Ki,

    Is there a solution to this memory view problem?

    Eugene

  • Hi Eugene,

    Thank you for providing your ccxml file. i am able to reproduce your issue. It is filed as:

    SDSCM00038535

    Thanks

    ki