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: CC1310F128 project to CC1310F64, FLASH/RAM memory range issue



Hi,

I'm attempting to setup a basic RX/TX demo on my newly developed CC1310F64 boards.

Now, there is no demo project for F64 devices, only for F128 devices. So when I create an F128 project, it all builds fine, but when I change the device to F64 in the properties of the project like this:

Then I get the following errors when attempting to build the project:

Since the error said that the variable is already specified (I assume that is defined), I thought I remove the memory allocation struct-like thingy:

Of course removing this is a bit stupid/harsh, but then again, what else would "has already been specified" mean? Does this mean it is defined in the F64 config file, but not in the F128 config file?

Now I understand that the memory table will be different for F64 devices. But It should be defined correctly in the F64 cmd file I assume?

What can be the problem?

I tried this with both the Easylink TX and sensor node example projects.

PS: This is the config file:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="configuration_0">
        <instance XML_version="1.2" desc="Texas Instruments XDS100v3 USB Debug Probe" href="connections/TIXDS100v3_Dot7_Connection.xml" id="Texas Instruments XDS100v3 USB Debug Probe" xml="TIXDS100v3_Dot7_Connection.xml" xmlpath="connections"/>
        <connection XML_version="1.2" id="Texas Instruments XDS100v3 USB Debug Probe">
            <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/tixds100v2cortexM.xml" id="drivers" xml="tixds100v2cortexM.xml" xmlpath="drivers"/>
            <property Type="choicelist" Value="2" id="The Converter Usage">
                <choice Name="Generate 1149.7 2-pin advanced modes" value="enable">
                    <property Type="choicelist" Value="1" id="The Converter 1149.7 Frequency">
                        <choice Name="Overclock with user specified value" value="unused">
                            <property Type="choicelist" Value="5" id="-- Choose a value from 1.0MHz to 50.0MHz"/>
                        </choice>
                    </property>
                    <property Type="choicelist" Value="5" id="The Target Scan Format"/>
                </choice>
            </property>
            <platform XML_version="1.2" id="platform_0">
                <instance XML_version="1.2" desc="CC1310F64" href="devices/cc1310f64.xml" id="CC1310F64" xml="cc1310f64.xml" xmlpath="devices"/>
            </platform>
        </connection>
    </configuration>
</configurations>