Reading different CPUID when ever STM32F107 is power cycled.
Hi ST community,I am trying to read the CPUID of STM32F107 using the following code snippet. But the problem is each time I power cycle it, I am reading a different CPUID. I am reading CPUID from address location UID_BASE_ADDRESS(0x1FFFF7E8) for STM3...