2020-03-25 07:12 AM
2020-03-25 08:18 AM
The datasheet lists the different part options. Doesn't seem like STM32F100RBTB is valid. Where do you see it? Unlikely that any part starting with STM32F100RBT would be incompatible with each other, temperature range aside.
https://www.st.com/resource/en/datasheet/stm32f100cb.pdf
2020-03-25 09:27 AM
Helps not to be dyslexic
STM32F100RBT6B
These are antiquated parts, but if my recollection is good some where along the line ST changed the die they used for the Value Line parts, so if you read the DEV_ID registers you'll see they used an IC for a more functional F103 part than they started with.
The Value Line F100 parts use the same die as F103 parts with functions disabled or untested. ie didn't test USB, tested only a fraction of the FLASH/RAM, and then labelled as good-enough to meet the price/functionality targets for the part# they were selling it as.
Read the DEV_ID, and make sure you have the appropriate FLASH PAGE size when working with a specific DIE. I don't know this is different, but it would be on top of my checklists when supporting both parts in the field/production.
2020-03-25 09:32 AM
RM0041 for F100 parts, RM0008 for F10x
2020-03-25 10:23 AM
Omitting marketing material (which often strips suffixes), I can't find any mention of STM32F100RBT6 (i.e. without the B suffix) back to 2010. I'd say, it might've been an early model, soon surpassed by an update.
JW
2020-03-26 12:49 AM
I'm sorry, there is a digit for temperature missed: STM32F100RBT6B.
Regarding the datasheet the last 'B' is an "internal Code", whatever it means.
2020-03-26 12:59 AM
https://eu.mouser.com/Search/Refine?Keyword=stm32f100rbt6
There is no mouser part no and they don't have it on stock. It must be really an old part. I will simply replace it in my bom.
2020-03-26 01:08 AM
There is only revision A and Z listed, not B. But it seems you are right and the first part is quite old. I will simply replace it in my bom.
Thank you!
2021-07-04 03:35 PM