STM32F10X_HD.xml => RCC_CFGR / PPRE1 bits view is missing
displays special function Registers (SFRs) while debugging
Status: Beta
Brought to you by:
ravenclaw78
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>
will be in next data release...