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.

LP-MSPM0L1306: Issues with bitWidth in MSPM0L130X.svd

Part Number: LP-MSPM0L1306

While using the TexasInstruments.MSPM0L11XX_L13XX_DFP.1.2.1 MSPM0L130X.svd I ran into an issue with the code shown below. The issue was due to the <bitWidth>0x0</bitWidth> line being 0x0 on line 4742 is there somewhere I could find the length I looked at the technical reference manual but could not figure out what it should be since CMDWEPROTC CMDWEPROTB and CMDWEPROTA were all shown slightly differently. 

Thank you for your time

                <register>
                    <name>CMDWEPROTC</name>
                    <description>Command Write Erase Protect C Register</description>
                    <addressOffset>0x11D8</addressOffset>
                    <size>32</size>
                    <access>read-write</access>
                    <fields>
                        <field>
                            <name>CMDWEPROTC_VAL</name>
                            <description>Each bit protects a group of 8 sectors.  When a bit is 1, the associated 8 sectors
in the flash will be protected from program and erase.  Note that the sectors
protected with this register start at sector 256 in the flash, where the sectors
protected by the CMDWEPROTB register end.</description>
                            <bitOffset>0x0</bitOffset>
                            <bitWidth>0x0</bitWidth>
                            <access>read-write</access>
                        </field>
                    </fields>
                </register>

  • Hi,

    The CMDWEPROTC is not functional for the current MSPM0L130x devices. Because we now only have 64kB flash on the M0L devices which is 64 sectors. There is no upper sector 256 to 511 for protection. So, in the code there is no need to configure the CMDWEPROTC register, 

    Best regards,

    Cash Hao