2018-10-04 09:57 PM
I have selected the STM32F091RCT for a new design and was having trouble understanding a specific section of the naming schema -
Example: STM32F091RCT
Sub-family: '91'
The '1' makes sense this is the access line, as described in the Datasheet's Ordering Information. What is the '9' though? Is there a reference explaining this item?
2018-10-04 10:54 PM
There's no strict logic in this, the middle digit here simply increases with increasing chip size/number of implemented peripherals.
JW
2018-10-05 03:44 AM
Hi @Justin ,
As indicated in the Datasheet section Ordering information, the STM32F091RCT:
To have more details about the features and peripherals supported by your device, you may have a look on table "STM32F091xB/xC family device features and peripheral counts".
Link to the datasheet:
https://www.st.com/resource/en/datasheet/dm00115237.pdf
Khouloud.