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>