This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error in STM32F40x.svd in Keil.STM32F4xx_DFP.2.11.0.pack

STM32F40x.svd file from Keil.STM32F4xx_DFP.2.11.0.pack contains incorrect description for TIM2->OR register:
- register description should be TIM2 option register
- and field description should be Internal trigger 1 remap

Currently it looks like this for TIM2:

<register>
  <name>OR</name>
  <displayName>OR</displayName>
  <description>TIM5 option register</description>
  <addressOffset>0x50</addressOffset>
  <size>0x20</size>
  <access>read-write</access>
  <resetValue>0x0000</resetValue>
  <fields>
    <field>
      <name>ITR1_RMP</name>
      <description>Timer Input 4 remap</description>
      <bitOffset>10</bitOffset>
      <bitWidth>2</bitWidth>
    </field>
  </fields>
</register>