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.

CC2540 has a register named "ACOMPQS", but I can't find it's address, does anybody know it.

Other Parts Discussed in Thread: CC2540, CC2543, CC2545, CC2544

i use smartRF studio7 to save a Cfg file which is a xml file;

In this xml file i have see a register named "ACOMPQS", but i can't find it's address ;

the content of the file :

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE configuration SYSTEM "C:/Program Files (x86)/Texas Instruments/SmartRF Tools/SmartRF Studio 7/config/xml/configdata.dtd"[]>
<dcpanelconfiguration>
    <Devicename>CC2540</Devicename>
    <Description>Saved configuration data</Description>
    <registersettings>
        <Register>
            <Name>ACOMPQS</Name>
            <Value>0x16</Value>

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE configuration SYSTEM "C:/Program Files (x86)/Texas Instruments/SmartRF Tools/SmartRF Studio 7/config/xml/configdata.dtd"[]>
<dcpanelconfiguration>
    <Devicename>CC2540</Devicename>
    <Description>Saved configuration data</Description>
    <registersettings>
        <Register>
            <Name>ACOMPQS</Name>
            <Value>0x16</Value>
        </Register>
        <Register>
            <Name>FREQCTRL</Name>
            <Value>0x30</Value>
        </Register>
        <Register>
            <Name>FRMCTRL0</Name>
            <Value>0x40</Value>
        </Register>
        <Register>
            <Name>LNAGAIN</Name>
            <Value>0x3a</Value>
        </Register>
        <Register>
            <Name>MDMCTRL1</Name>
            <Value>0x48</Value>
        </Register>
        <Register>
            <Name>MDMTEST1</Name>
            <Value>0x25</Value>
        </Register>
        <Register>
            <Name>RXCTRL</Name>
            <Value>0x33</Value>
        </Register>
        <Register>
            <Name>SW0</Name>
            <Value>0xd6</Value>
        </Register>
        <Register>
            <Name>SW1</Name>
            <Value>0xbe</Value>
        </Register>
        <Register>
            <Name>SW2</Name>
            <Value>0x89</Value>
        </Register>
        <Register>
            <Name>SW3</Name>
            <Value>0x8e</Value>
        </Register>
        <Register>
            <Name>TXFILTCFG</Name>
            <Value>0x07</Value>
        </Register>
    </registersettings>
    <dcpanel>
        <Property role="44" name="m_chkRegView">0</Property>
        <Property role="44" name="m_chkCmdView">0</Property>
        <Property role="44" name="m_chkRfParameters">2</Property>
        <Property role="37" name="m_tabUserMode">0</Property>
        <Property role="33" name="m_easyModeSettings">1</Property>
        <Property role="33" name="m_typicalSettings">-1</Property>
        <Property role="37" name="m_testFuncPanel">0</Property>
    </dcpanel>
    <rfparameters/>
    <conttx>
        <Property role="45" name="m_rbtModulated">1</Property>
        <Property role="45" name="m_rbtUnmodulated">0</Property>
        <Property role="46" name="m_cmbDataFormat">-1</Property>
        <Property role="44" name="m_chkFreqSweep">0</Property>
        <Property role="44" name="m_chkChanSweep">0</Property>
    </conttx>
    <contrx>
        <Property role="46" name="m_cmbDataFormat">-1</Property>
        <Property role="44" name="m_chkAutoScroll">2</Property>
    </contrx>
    <packettx>
        <Property role="42" name="m_edtPayloadSize">30</Property>
        <Property role="42" name="m_edtPacketCount">100</Property>
        <Property role="42" name="m_edtPacketCountEsy">100</Property>
        <Property role="42" name="m_edtRandomPacketData">13 0d 89 0a 1c db ae 32 20 9a 50 ee 40 78 36 fd 12 49 32 f6 9e 7d 49 dc ad 4f 14 f2 </Property>
        <Property role="42" name="m_edtPacketData"></Property>
        <Property role="42" name="m_edtAccessAddress">0x8e89bed6</Property>
        <Property role="42" name="m_edtDeviceAddress"></Property>
        <Property role="44" name="m_chkAddSeqNbr">2</Property>
        <Property role="44" name="m_chkInfinite">0</Property>
        <Property role="44" name="m_chkInfiniteEsy">0</Property>
        <Property role="45" name="m_rbtRandom">1</Property>
        <Property role="45" name="m_rbtText">0</Property>
        <Property role="45" name="m_rbtHex">0</Property>
        <Property role="44" name="m_chkAdvanced">0</Property>
    </packettx>
    <packetrx>
        <Property role="42" name="m_edtPacketCount">100</Property>
        <Property role="42" name="m_edtPacketCountEsy">100</Property>
        <Property role="42" name="m_edtAccessAddress">0x8e89bed6</Property>
        <Property role="44" name="m_chkInfinite">0</Property>
        <Property role="44" name="m_chkInfiniteEsy">0</Property>
        <Property role="46" name="m_cmbViewFormat">0</Property>
        <Property role="44" name="m_chkSeqNbrIncluded">2</Property>
        <Property role="42" name="m_edtDumpFile"></Property>
        <Property role="44" name="m_chkAdvanced">0</Property>
        <Property role="44" name="m_chk802154gMode">0</Property>
    </packetrx>
</dcpanelconfiguration>

        </Register>
        <Register>
            <Name>FREQCTRL</Name>
            <Value>0x30</Value>
        </Register>
        <Register>
            <Name>FRMCTRL0</Name>
            <Value>0x40</Value>
        </Register>
        <Register>
            <Name>LNAGAIN</Name>
            <Value>0x3a</Value>
        </Register>