MCU Device ID same for STM32 H747XG, H747XI, H757XI MCUs
Hi,
I'm currently looking for a way to identify the MCU attahced to a common pcb used. The MCUs are from the H7 series and im geeting unexpected results, as in they all return the same id 0x450
I have tried looking at the DBGMCU->IDCODE, HAL_GetDEVID() and HAL_GetREVID() none provide a unique identifier for the MCU type.
I can confirm that if i look at the FLASHSIZE_BASE it is reporting the correct changes in flash size relevant to the MCU.
I've also looked at this in cubeProgrammer and get the same common device id across all models.
Is this to be expected, ie all reporting the same Device ID ? if so is there any way to identify the model of the MCU?

