Question
How to differentiate between STM32H743 and H745 at runtime?
Is there any way to find out if the code is executed on a H743 (single core) or a H745 (dual core) MCU at runtime?
If I am not mistaken the DBGMCU_IDC (Identity code register) has the same value for both MCUs. Is there any other register which I could check?
If not, is there any other way to find out if there is a second M4 core from the application running on the M7 core?
