Menu

#11 STM32F10X_HD.xml => RCC_CFGR / PPRE1 bits view is missing

v1.0_(example)
closed
nobody
0.2.5 (2)
1
2015-02-07
2015-02-06
garuche69
No

For STM32F10X_HD, the PPRE1 bits view for RCC_CFGR register is missing
File : org.eclipse.cdt.embsysregview.data_0.2.4.r168\data\cortex-m3\STMicro\STM32F10X_HD.xml
Add at line 3199, the following code (without "\" in the description field")

<field bitoffset="8" bitlength="3" name="PPRE1" description="PRE1\[2:0\] bits (APB1 prescaler)">
<interpretation key="0" text="HCLK not divided"/>
<interpretation key="4" text="HCLK divided by 2"/>
<interpretation key="5" text="HCLK divided by 4"/>
<interpretation key="6" text="HCLK divided by 8"/>
<interpretation key="7" text="HCLK divided by 16"/>
</field>

1 Attachments

Discussion

  • Raven Claw

    Raven Claw - 2015-02-07

    will be in next data release...

     
  • Raven Claw

    Raven Claw - 2015-02-07
    • labels: --> 0.2.5
    • status: open --> closed
     

Log in to post a comment.