2021-11-10 08:27 AM
I went through the device electronic signature. I don't see anything specific by reading the register from which I can differentiate between F and G series
Solved! Go to Solution.
2021-11-10 11:05 AM
DEVID in DBGMCU register
There are also other ARM registers to determine the model/patch level of the Cortex-M type being used.
2021-11-10 09:15 AM
I imagine DEV_ID is different between the two, possibly at different memory locations. The reference manual for your specific devices will tell more. "STM32F" isn't too specific and covers a very large number of devices.
2021-11-10 11:05 AM
DEVID in DBGMCU register
There are also other ARM registers to determine the model/patch level of the Cortex-M type being used.
2021-11-10 12:33 PM
Thank you so much. MCU device ID register provides the part number that I was looking for.
2021-11-10 12:36 PM
Thank you so much. It was very helpful.