Read MCU's Unique
Posted: Tue Dec 31, 2024 2:00 am
Is there anyway to read Unique Id of any STM32 MCU through this core ?
Everything relating to using STM32 boards with the Arduino IDE and alternatives
https://www.stm32duino.com/
Code: Select all
uint32_t uid[3];
uid[0] = HAL_GetUIDw0();
uid[1] = HAL_GetUIDw1();
uid[2] = HAL_GetUIDw2();