Skip to main content
fang liang
Associate II
November 23, 2021
Solved

I have a doubt about the STM32F4XXX reference manual

  • November 23, 2021
  • 3 replies
  • 2584 views

there is maybe a mistake at the page 99 in the RM0090 Reference manual document:

the bit area 12 is valid or not?

0693W00000GYWvBQAX.png

This topic has been closed for replies.
Best answer by TDK

Bits 31:13 should be marked as reserved, instead of 31:11.

It is correct in 3.9.1 but incorrect in 3.9.2.

3 replies

Technical Moderator
November 23, 2021

Hello @fang liang​ ,

Can you please describe clearly the issue with bit 12 ?

Why is that not valid ?

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
MFran.4
Senior
November 23, 2021

I guess it's because the range 31:11 is declared Reserved, but just below you have bit 12 and 11 shown as readable and/or writable.

bits 12 and 11 are in the range 31:11.

MFran.4
Senior
November 23, 2021

Should the reserved bits be 31:13 or should bits 12 and 11 be reserved?

TDK
TDKBest answer
November 23, 2021

Bits 31:13 should be marked as reserved, instead of 31:11.

It is correct in 3.9.1 but incorrect in 3.9.2.

"If you feel a post has answered your question, please click ""Accept as Solution""."
fang liang
Associate II
November 23, 2021

thank you for all​