User Activity

Hello Everyone,I am working on stm32h723zg, and I want to obtaind the serial of the micro controller for the unique id:uint32_t unique_id[3];void read_serial_number(void) {// Unique ID registersunique_id[0] = HAL_GetUIDw0(); // Unique ID Register 1un...